Skip to content

Commit 168c6fe

Browse files
committed
Update dependencies
1 parent 3713625 commit 168c6fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
val scala213 = "2.13.11"
2-
val scala3 = "3.3.0"
1+
val scala213 = "2.13.14"
2+
val scala3 = "3.3.3"
33
val allScala = Seq(scala213, scala3)
44

55
addCommandAlias("fmt", "all scalafmtSbt scalafmt test:scalafmt")
@@ -27,7 +27,7 @@ lazy val root = (project in file("."))
2727
scalapb.zio_grpc.ZioCodeGenerator -> (Compile / sourceManaged).value / "scalapb"
2828
),
2929
libraryDependencies ++= Seq(
30-
"io.grpc" % "grpc-netty" % "1.41.0",
30+
"io.grpc" % "grpc-netty" % "1.63.0",
3131
"com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion
3232
),
3333
sonatypeRepository := "https://s01.oss.sonatype.org/service/local",

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
33
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13")
44
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.2")
55

6-
libraryDependencies += "com.thesamet.scalapb.zio-grpc" %% "zio-grpc-codegen" % "0.6.0-rc6"
6+
libraryDependencies += "com.thesamet.scalapb.zio-grpc" %% "zio-grpc-codegen" % "0.6.2"

0 commit comments

Comments
 (0)