From 437cb172d6746c49cc248fc0359e59e495cf8bc2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 Jun 2024 16:43:55 +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 d3d66874..ad656636 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.17"