From b76b83d9bca8c358e4a8f3e897afdef01436dd48 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 7 Jun 2025 18:03:07 +0000 Subject: [PATCH] Update compilerplugin, scalapb-runtime to 0.11.18 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 77608e81..6b0dee2e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.18" addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")