Skip to content

Commit f2dba9e

Browse files
committed
Update grpc-netty, grpc-services to 1.64.2
1 parent a83b27c commit f2dba9e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/fullapp/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ThisBuild / cancelable := true
66

77
ThisBuild / connectInput := true
88

9-
val grpcVersion = "1.64.0"
9+
val grpcVersion = "1.64.2"
1010

1111
lazy val protos = crossProject(JSPlatform, JVMPlatform)
1212
.in(file("protos"))

examples/helloworld/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ scalaVersion := "2.13.15"
22

33
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
44

5-
val grpcVersion = "1.64.0"
5+
val grpcVersion = "1.64.2"
66

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

examples/routeguide/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ scalaVersion := "2.13.15"
22

33
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
44

5-
val grpcVersion = "1.64.0"
5+
val grpcVersion = "1.64.2"
66

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

project/Versions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
object Version {
22
val zio = "2.1.13"
3-
val grpc = "1.64.0"
3+
val grpc = "1.64.2"
44
}

0 commit comments

Comments
 (0)