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"