From 6f269e324e42c5df848d6298cbb3a4a62ee1c39b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 7 Jun 2025 13:44:03 +0000 Subject: [PATCH] Update compilerplugin, scalapb-runtime to 0.11.18 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1380017..dfe4b58 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,4 +4,4 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.18"