From 012cfc8063f5cff159d5c954645752c8d0e96557 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 18:53:54 +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 f685e245..3c5293f5 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)