Skip to content

Commit

Permalink
Merge pull request #2761 from scala-steward/update/compilerplugin-0.1…
Browse files Browse the repository at this point in the history
…1.14

Update compilerplugin, scalapb-runtime, ... to 0.11.14
  • Loading branch information
Shon Feder authored Oct 23, 2023
2 parents 4742ed2 + ce0f10d commit 92b96f5
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.13",
"com.thesamet.scalapb" %% "compilerplugin" % "0.11.14",
)

// Add the locally defined plugins
Expand Down

0 comments on commit 92b96f5

Please sign in to comment.