Skip to content

Commit

Permalink
Merge pull request #680 from scala-steward/update/2.9.x/play-grpc-gen…
Browse files Browse the repository at this point in the history
…erators-0.11.1

[2.9.x] play-grpc-generators, ... 0.11.1 (was 0.11.0)
  • Loading branch information
mkurz committed Jun 24, 2024
2 parents ccfeafb + c0db74d commit 84f778b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion play-java-grpc-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
enablePlugins(BuildInfoPlugin)
val playGrpcV = "0.11.0"
val playGrpcV = "0.11.1"
buildInfoKeys := Seq[BuildInfoKey]("playGrpcVersion" -> playGrpcV)
buildInfoPackage := "play.java.grpc.sample"

Expand Down
2 changes: 1 addition & 1 deletion play-scala-grpc-example/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
enablePlugins(BuildInfoPlugin)
val playGrpcV = "0.11.0"
val playGrpcV = "0.11.1"
buildInfoKeys := Seq[BuildInfoKey]("playGrpcVersion" -> playGrpcV)
buildInfoPackage := "play.scala.grpc.sample"

Expand Down

0 comments on commit 84f778b

Please sign in to comment.