From 63f82a4b057b32492e07c3c6ba38fe07bca4f169 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 21:47:22 +0000 Subject: [PATCH] chore(deps): update dependency com.thesamet.scalapb:compilerplugin to v0.11.20 --- project/protoc.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/protoc.sbt b/project/protoc.sbt index 7cd476e..1cb6d99 100644 --- a/project/protoc.sbt +++ b/project/protoc.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.34") libraryDependencies ++= Seq( - "com.thesamet.scalapb" %% "compilerplugin" % "0.11.1" + "com.thesamet.scalapb" %% "compilerplugin" % "0.11.20" )