From 197992071cb08c888fc2e469fae562615e7ebcef Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 22 Jan 2024 17:34:52 +0000 Subject: [PATCH] Update compilerplugin, scalapb-runtime, ... to 0.11.15 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0bb3ad9ad9..2192c07f3d 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.14", + "com.thesamet.scalapb" %% "compilerplugin" % "0.11.15", ) // Add the locally defined plugins