File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.scalajs.linker.interface.ModuleInitializer
33
44val Scala3 = " 3.3.1"
55
6- val Scala213 = " 2.13.10 "
6+ val Scala213 = " 2.13.12 "
77
88val Scala212 = " 2.12.18"
99
Original file line number Diff line number Diff line change 11ThisBuild / resolvers ++= Resolver .sonatypeOssRepos(" snapshots" )
22
3- ThisBuild / scalaVersion := " 2.13.10 "
3+ ThisBuild / scalaVersion := " 2.13.12 "
44
55ThisBuild / cancelable := true
66
@@ -11,8 +11,8 @@ val grpcVersion = "1.50.1"
1111lazy val protos = crossProject(JSPlatform , JVMPlatform )
1212 .in(file(" protos" ))
1313 .settings(
14- Compile / PB .targets := Seq (
15- scalapb.gen(grpc = true ) -> (Compile / sourceManaged).value,
14+ Compile / PB .targets := Seq (
15+ scalapb.gen(grpc = true ) -> (Compile / sourceManaged).value,
1616 scalapb.zio_grpc.ZioCodeGenerator -> (Compile / sourceManaged).value
1717 ),
1818 Compile / PB .protoSources := Seq (
Original file line number Diff line number Diff line change 1- scalaVersion := " 2.13.10 "
1+ scalaVersion := " 2.13.12 "
22
33resolvers ++= Resolver .sonatypeOssRepos(" snapshots" )
44
55val grpcVersion = " 1.50.1"
66
77Compile / PB .targets := Seq (
8- scalapb.gen(grpc = true ) -> (Compile / sourceManaged).value,
8+ scalapb.gen(grpc = true ) -> (Compile / sourceManaged).value,
99 scalapb.zio_grpc.ZioCodeGenerator -> (Compile / sourceManaged).value
1010)
1111
1212libraryDependencies ++= Seq (
13- " io.grpc" % " grpc-netty" % grpcVersion,
13+ " io.grpc" % " grpc-netty" % grpcVersion,
1414 " com.thesamet.scalapb" %% " scalapb-runtime-grpc" % scalapb.compiler.Version .scalapbVersion
1515)
1616
Original file line number Diff line number Diff line change 1- scalaVersion := " 2.13.10 "
1+ scalaVersion := " 2.13.12 "
22
33resolvers ++= Resolver .sonatypeOssRepos(" snapshots" )
44
55val grpcVersion = " 1.50.1"
66
77Compile / PB .targets := Seq (
8- scalapb.gen(grpc = true ) -> (Compile / sourceManaged).value,
8+ scalapb.gen(grpc = true ) -> (Compile / sourceManaged).value,
99 scalapb.zio_grpc.ZioCodeGenerator -> (Compile / sourceManaged).value
1010)
1111
1212libraryDependencies ++= Seq (
13- " io.grpc" % " grpc-netty" % grpcVersion,
13+ " io.grpc" % " grpc-netty" % grpcVersion,
1414 " com.thesamet.scalapb" %% " scalapb-runtime-grpc" % scalapb.compiler.Version .scalapbVersion,
15- " com.thesamet.scalapb" %% " scalapb-json4s" % " 0.12.0"
15+ " com.thesamet.scalapb" %% " scalapb-json4s" % " 0.12.0"
1616)
1717
1818run / fork := true
You can’t perform that action at this time.
0 commit comments