mdedetrich commented on code in PR #271:
URL: 
https://github.com/apache/incubator-pekko-http/pull/271#discussion_r1274590796


##########
project/PekkoDependency.scala:
##########
@@ -53,11 +53,11 @@ object PekkoDependency {
   }
 
   // Default version updated only when needed, 
https://pekko.apache.org/docs/pekko/current/project/downstream-upgrade-strategy.html
-  val minimumExpectedPekkoVersion = "1.0.0"
+  val minimumExpectedPekkoVersion = "1.0.1"
   val default = pekkoDependency(defaultVersion = minimumExpectedPekkoVersion)
   def docs = default
 
-  lazy val mainSnapshot = Artifact(determineLatestSnapshot("0.0.0"), true)

Review Comment:
   This was changed to `determineLatestSnapshot("0.0.0")` because for a long 
period of time Pekko core had no release which caused 
`determineLatestSnapshot()` to fail.
   
   Its meant to be `determineLatestSnapshot()`



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