He-Pin commented on code in PR #106:
URL: 
https://github.com/apache/incubator-pekko-grpc/pull/106#discussion_r1252866634


##########
sbt-plugin/src/sbt-test/gen-scala-server/01-gen-basic-server/build.sbt:
##########
@@ -2,7 +2,9 @@
 // https://github.com/akka/akka-grpc/pull/1279
 scalaVersion := "2.12.18"
 
+// TODO remove these resolvers when we start using released Pekko jars
 resolvers += Resolver.ApacheMavenSnapshotsRepo
+resolvers += 
"apache-staging".at("https://repository.apache.org/content/groups/staging/";)

Review Comment:
   would be better to have a constant and import it here, like 
`Resolver.ApacheMavenStagingRepo`



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