Skip to content

Commit

Permalink
Update compilerplugin, scalapb-runtime, ... to 0.11.17 (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 31, 2024
1 parent 36eb2c5 commit 66229fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala_zio_bench/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")

libraryDependencies ++= Seq(
"com.thesamet.scalapb.zio-grpc" %% "zio-grpc-codegen" % zioGrpcVersion,
"com.thesamet.scalapb" %% "compilerplugin" % "0.11.15"
"com.thesamet.scalapb" %% "compilerplugin" % "0.11.17"
)

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")

0 comments on commit 66229fa

Please sign in to comment.