We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d508ef7 commit 8c1e925Copy full SHA for 8c1e925
2 files changed
java/grpc/project/plugins.sbt
@@ -1,5 +1,5 @@
1
enablePlugins(BuildInfoPlugin)
2
-val playGrpcV = "0.13.0-M4"
+val playGrpcV = "0.13.0-M5"
3
buildInfoKeys := Seq[BuildInfoKey]("playGrpcVersion" -> playGrpcV)
4
buildInfoPackage := "play.java.grpc.sample"
5
scala/grpc/project/plugins.sbt
buildInfoPackage := "play.scala.grpc.sample"
0 commit comments