From e7ddaacc5330164b164a3a6c6c8aa7cd5aedf0c1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 24 Aug 2025 15:15:07 +0000 Subject: [PATCH] Update compilerplugin, scalapb-runtime, ... to 0.11.20 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 67daa0d..8982b5c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ // ScalaPB addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") addSbtPlugin("com.thesamet" % "sbt-protoc-gen-project" % "0.1.8") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.11" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.20" // Scalafmt