pjfanning commented on code in PR #171:
URL:
https://github.com/apache/incubator-pekko-http/pull/171#discussion_r1218021400
##########
build.sbt:
##########
@@ -42,7 +42,9 @@ inThisBuild(Def.settings(
},
scalafixScalaBinaryVersion := scalaBinaryVersion.value,
apacheSonatypeProjectProfile := "pekko",
- versionScheme := Some("semver-spec")))
+ versionScheme := Some("semver-spec"),
+ // TODO: Remove when Pekko has a proper release
+ updateOptions := updateOptions.value.withLatestSnapshots(false)))
Review Comment:
Can you remove the TODO? This change is probably fine as long as we keep
using sbt-dynver
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]