Skip to content

Commit 8c1e925

Browse files
committed
Upgrade play-grpc
1 parent d508ef7 commit 8c1e925

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

java/grpc/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
enablePlugins(BuildInfoPlugin)
2-
val playGrpcV = "0.13.0-M4"
2+
val playGrpcV = "0.13.0-M5"
33
buildInfoKeys := Seq[BuildInfoKey]("playGrpcVersion" -> playGrpcV)
44
buildInfoPackage := "play.java.grpc.sample"
55

scala/grpc/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
enablePlugins(BuildInfoPlugin)
2-
val playGrpcV = "0.13.0-M4"
2+
val playGrpcV = "0.13.0-M5"
33
buildInfoKeys := Seq[BuildInfoKey]("playGrpcVersion" -> playGrpcV)
44
buildInfoPackage := "play.scala.grpc.sample"
55

0 commit comments

Comments
 (0)