From 54d2dc8ee5c62d41e371fa65967fae869a31222e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 Jun 2024 15:27:12 +0000 Subject: [PATCH] Update compilerplugin, scalapb-runtime to 0.11.17 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ee8a4878..989a48d9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,4 +12,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") // This is adding this compiler plugin as a dependency for the build, not the code itself -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.15" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17"