Skip to content

Commit

Permalink
Merge pull request #2815 from scala-steward/update/compilerplugin-0.1…
Browse files Browse the repository at this point in the history
…1.15
  • Loading branch information
Shon Feder authored Jan 23, 2024
2 parents eed0b45 + ea5b366 commit 003302f
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.14",
"com.thesamet.scalapb" %% "compilerplugin" % "0.11.15",
)

// Add the locally defined plugins
Expand Down

0 comments on commit 003302f

Please sign in to comment.