From 7994da68d040e8e35915134cc043ed093a02c41a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:05:19 +0000 Subject: [PATCH] Update dependency com.thesamet.scalapb:compilerplugin to v0.11.20 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 879d454b..b05bd33a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,7 +16,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1") libraryDependencies ++= - List("com.thesamet.scalapb" %% "compilerplugin" % "0.11.11") + List("com.thesamet.scalapb" %% "compilerplugin" % "0.11.20") ThisBuild / libraryDependencySchemes ++= Seq("org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always)