From 64e15d3a86b8d1ee548d9752f74563de4e8c131d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 24 Aug 2025 16:56:39 +0000 Subject: [PATCH] compilerplugin, scalapb-runtime 0.11.20 (was 0.11.12) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9f220a6..abc5e55 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,4 +8,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0") // Protobuf addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.12" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.20"