From ae4cb9dbd20ed66da390cd3adde3cf7e45d221d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 19:00:47 +0000 Subject: [PATCH] chore(deps): 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 4e1a75715..f798873f0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,4 +9,4 @@ addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.4.0") addSbtPlugin("software.purpledragon" % "sbt-dependency-lock" % "1.5.1") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.20"