Skip to content

Commit

Permalink
Merge branch 'main' into jk/stratifiedRules
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukovec committed Jul 6, 2023
2 parents 2c186e4 + 65a968f commit 9d75a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object Dependencies {
val zio = "dev.zio" %% "zio" % zioVersion
// Keep up to sync with version in plugins.sbt
val zioGrpcCodgen = "com.thesamet.scalapb.zio-grpc" %% "zio-grpc-codegen" % "0.6.0-test3" % "provided"
val grpcNetty = "io.grpc" % "grpc-netty" % "1.56.0"
val grpcNetty = "io.grpc" % "grpc-netty" % "1.56.1"
val scalapbRuntimGrpc =
"com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion
// Ensures we have access to commonly used protocol buffers (e.g., google.protobuf.Struct)
Expand Down

0 comments on commit 9d75a31

Please sign in to comment.