From bd94c1c7fadad1812b8bf74af581b89b5975a010 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 00:26:01 +0000 Subject: [PATCH] Update compilerplugin, scalapb-runtime to 0.11.17 --- build.sbt | 6 +++--- project/plugins.sbt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 956cf2106a..0f1a02e7af 100644 --- a/build.sbt +++ b/build.sbt @@ -328,8 +328,8 @@ lazy val sbtZioHttpGrpc = (project in file("sbt-zio-http-grpc")) .settings(publishSetting(true)) .settings( libraryDependencies ++= Seq( - "com.thesamet.scalapb" %% "compilerplugin" % "0.11.15", - "com.thesamet.scalapb" %% "scalapb-runtime" % "0.11.15" % "protobuf", + "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17", + "com.thesamet.scalapb" %% "scalapb-runtime" % "0.11.17" % "protobuf", "com.google.protobuf" % "protobuf-java" % "4.26.1" % "protobuf", ), ) @@ -355,7 +355,7 @@ lazy val sbtZioHttpGrpcTests = (project in file("sbt-zio-http-grpc-tests")) `zio-test-sbt`, `zio-test`, "com.google.protobuf" % "protobuf-java" % "4.26.1" % "protobuf", - "com.thesamet.scalapb" %% "scalapb-runtime" % "0.11.15" % "protobuf", + "com.thesamet.scalapb" %% "scalapb-runtime" % "0.11.17" % "protobuf", ), Compile / run / fork := true, testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework"), diff --git a/project/plugins.sbt b/project/plugins.sbt index 0295afcde9..f3e4c11578 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -17,4 +17,4 @@ addSbtPlugin("com.thesamet" % "sbt-protoc-gen-project" % "0.1.8") addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.15" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17"