From a7bf64c0a2b971fd6b02ec2c599263e460655c8f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 27 Jun 2025 18:06:56 +0000 Subject: [PATCH] Update compilerplugin, scalapb-runtime to 0.11.19 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 94ede96..ca3cfcc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.19" addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")