From 59ae0369c2e92a269955be525f9f34d606af39d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 15:26:50 +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 efc0bf2..bf43dcc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,4 +6,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5") addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "0.15.1") libraryDependencies += - "com.thesamet.scalapb" %% "compilerplugin" % "0.11.11" + "com.thesamet.scalapb" %% "compilerplugin" % "0.11.20"