From 7d750dfc4f81df39824deaf4107c05f77b6c63c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:19:17 +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 b44c03e3..e8ea4654 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)