From 1f5c2ba5c214c371d005294715ded14b995f4a15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 15:50:30 +0000 Subject: [PATCH] Update dependency com.thesamet.scalapb:compilerplugin to v0.11.19 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 75548719..25018704 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.19") ThisBuild / libraryDependencySchemes ++= Seq("org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always)