diff --git a/project/plugins.sbt b/project/plugins.sbt index 90d977f882..0bb3ad9ad9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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