From ac29f66e044a9bc86d9fbd97dbd4078fc3b95ccc Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:40:16 +0200 Subject: [PATCH] Update compilerplugin, scalapb-runtime to 0.11.17 (#353) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4694798..263e4d6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.15" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17" addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")