sam-byng commented on code in PR #4:
URL: 
https://github.com/apache/incubator-pekko-samples/pull/4#discussion_r1137529977


##########
pekko-sample-cluster-client-grpc-scala/project/plugins.sbt:
##########
@@ -1,3 +1,3 @@
-addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "0.8.4")
+addSbtPlugin("org.apache.pekko" % "sbt-pekko-grpc" % "0.8.4")

Review Comment:
   Are we not publishing the sbt-pekko-grpc plugins yet?
   
   I thought we were, looking at the successful pipeline : 
https://github.com/apache/incubator-pekko-grpc/actions/runs/4425762836/jobs/7761223926
 . However, even with updated grpc version to `0.0.0-15-3d8bff9d-SNAPSHOT`, sbt 
multi-jvm:test still failed due to the package not being found. Therefore i've 
reverted back to the akka dependency.
   
   Error message:
   
   ```
   [error] (update) sbt.librarymanagement.ResolveException: Error downloading 
org.apache.pekko:sbt-pekko-grpc_2.12_1.0;sbtVersion=1.0;scalaVersion=2.12:0.0.0-15-3d8bff9d-SNAPSHOT
   [error]   Not found
   [error]   Not found
   [error]   not found: 
https://repo1.maven.org/maven2/org/apache/pekko/sbt-pekko-grpc_2.12_1.0_2.12_1.0/0.0.0-15-3d8bff9d-SNAPSHOT/sbt-pekko-grpc_2.12_1.0-0.0.0-15-3d8bff9d-SNAPSHOT.pom
   [error]   not found: 
/home/developer/.ivy2/localorg.apache.pekko/sbt-pekko-grpc_2.12_1.0/scala_2.12/sbt_1.0/0.0.0-15-3d8bff9d-SNAPSHOT/ivys/ivy.xml
   [error]   not found: 
https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org.apache.pekko/sbt-pekko-grpc_2.12_1.0/scala_2.12/sbt_1.0/0.0.0-15-3d8bff9d-SNAPSHOT/ivys/ivy.xml
   [error]   not found: 
https://repo.typesafe.com/typesafe/ivy-releases/org.apache.pekko/sbt-pekko-grpc_2.12_1.0/scala_2.12/sbt_1.0/0.0.0-15-3d8bff9d-SNAPSHOT/ivys/ivy.xml
   ```
   
   



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