Skip to content

Commit

Permalink
Update dependencies (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdogpr authored May 8, 2024
1 parent 3713625 commit 9733a72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val scala213 = "2.13.11"
val scala3 = "3.3.0"
val scala213 = "2.13.14"
val scala3 = "3.3.3"
val allScala = Seq(scala213, scala3)

addCommandAlias("fmt", "all scalafmtSbt scalafmt test:scalafmt")
Expand Down Expand Up @@ -27,7 +27,7 @@ lazy val root = (project in file("."))
scalapb.zio_grpc.ZioCodeGenerator -> (Compile / sourceManaged).value / "scalapb"
),
libraryDependencies ++= Seq(
"io.grpc" % "grpc-netty" % "1.41.0",
"io.grpc" % "grpc-netty" % "1.63.0",
"com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion
),
sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.2")

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

0 comments on commit 9733a72

Please sign in to comment.