File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- val scala213 = " 2.13.11 "
2
- val scala3 = " 3.3.0 "
1
+ val scala213 = " 2.13.14 "
2
+ val scala3 = " 3.3.3 "
3
3
val allScala = Seq (scala213, scala3)
4
4
5
5
addCommandAlias(" fmt" , " all scalafmtSbt scalafmt test:scalafmt" )
@@ -27,7 +27,7 @@ lazy val root = (project in file("."))
27
27
scalapb.zio_grpc.ZioCodeGenerator -> (Compile / sourceManaged).value / " scalapb"
28
28
),
29
29
libraryDependencies ++= Seq (
30
- " io.grpc" % " grpc-netty" % " 1.41 .0" ,
30
+ " io.grpc" % " grpc-netty" % " 1.63 .0" ,
31
31
" com.thesamet.scalapb" %% " scalapb-runtime-grpc" % scalapb.compiler.Version .scalapbVersion
32
32
),
33
33
sonatypeRepository := " https://s01.oss.sonatype.org/service/local" ,
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
3
3
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.13" )
4
4
addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.2" )
5
5
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 "
You can’t perform that action at this time.
0 commit comments