pjfanning commented on code in PR #171:
URL: 
https://github.com/apache/incubator-pekko-http/pull/171#discussion_r1221268022


##########
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:
   * you occasionally might need to try out a pre-release change in one of our 
downstream repos
   * and then you have to remember to add back `updateOptions := 
updateOptions.value.withLatestSnapshots(false))`



-- 
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]

Reply via email to