mdedetrich commented on code in PR #171:
URL:
https://github.com/apache/incubator-pekko-http/pull/171#discussion_r1218017839
##########
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:
We are currently effectively DDOSing the Apache snapshots repo so I think
this takes precedence
--
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]