Skip to content

Commit

Permalink
Update compilerplugin, scalapb-runtime, ... to 0.11.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 4, 2024
1 parent 6d69a24 commit 13faf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
val zioGrpcVersion = "0.5.3"
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",
)

// Add the locally defined plugins
Expand Down

0 comments on commit 13faf29

Please sign in to comment.