From 60291bca847cd2c4acbe3ab93c9a6890ea7afcf5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 02:58:28 +0000 Subject: [PATCH] compilerplugin, scalapb-runtime 0.11.15 (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..9ed4101 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.15"