From 244854b6ad8d3d41dcd13a0c9c8fe33d2c052616 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 Jun 2024 13:21:03 +0000 Subject: [PATCH] Update compilerplugin, scalapb-runtime, ... to 0.11.17 --- project/protoc.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/protoc.sbt b/project/protoc.sbt index 0eee7867..318bd48b 100644 --- a/project/protoc.sbt +++ b/project/protoc.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.14" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17"