Skip to content

Commit

Permalink
Update grpc-netty to 1.63.2 (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 31, 2024
1 parent d37953f commit d1dd9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala_zio_bench/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scalaVersion := "2.13.14"

run / fork := true

val grpcVersion = "1.63.0"
val grpcVersion = "1.63.2"

Compile / PB.targets := Seq(
scalapb.gen(grpc = true) -> (Compile / sourceManaged).value,
Expand Down

0 comments on commit d1dd9ee

Please sign in to comment.