From f68715e4e00014a3c82c13fd6e6cc5b42f563919 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 30 Oct 2024 19:08:17 +0000 Subject: [PATCH] Update zio-grpc-codegen, zio-grpc-core to 0.6.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b945c37275..4cd8962e69 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -18,7 +18,7 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") // See https://github.com/scalapb/zio-grpc/blob/master/examples/routeguide/project/plugins.sbt -val zioGrpcVersion = "0.5.3" +val zioGrpcVersion = "0.6.3" libraryDependencies ++= Seq( "com.thesamet.scalapb.zio-grpc" %% "zio-grpc-codegen" % zioGrpcVersion, "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17",