From 2cb4206099f526a833012bd87b3094cda07ef21a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 18 Oct 2023 20:58:35 +0000 Subject: [PATCH] Update compilerplugin, scalapb-runtime, ... to 0.11.14 --- project/protoc.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/protoc.sbt b/project/protoc.sbt index d3d66874..12bbbc8b 100644 --- a/project/protoc.sbt +++ b/project/protoc.sbt @@ -1,2 +1,2 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.10.11" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.14"