Skip to content

Commit

Permalink
Update compilerplugin, scalapb-runtime, ... to 0.11.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 15, 2024
1 parent 1edc74b commit 622341e
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.6")

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

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

0 comments on commit 622341e

Please sign in to comment.