From 1a6ff142d782469ee55ad809ca26d0a48127d2e3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Jun 2024 16:32:56 +0000 Subject: [PATCH] compilerplugin, scalapb-runtime 0.11.17 (was 0.11.12) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2c1d7b8..8fff9e2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,4 +8,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") // Protobuf addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.12" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17"