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


##########
project/PekkoDependency.scala:
##########
@@ -44,6 +44,7 @@ object PekkoDependency {
       case None =>
         Option(System.getProperty("pekko.http.build.pekko.version")) match {
           case Some("main")           => mainSnapshot
+          case Some("snapshot-1.0.x") => snapshot10x

Review Comment:
   `main` is the name of the branch we are using for 1.1.x 
   so calling the option to use a 1.0.x snapshot something with the word `main` 
in it would be very confusing



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