File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots")
22
33addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.3" )
44
5- addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.6 " )
5+ addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.7 " )
66
77val zioGrpcVersion = " 0.6.0-rc6"
88
99libraryDependencies ++= Seq (
1010 " com.thesamet.scalapb.zio-grpc" %% " zio-grpc-codegen" % zioGrpcVersion,
11- " com.thesamet.scalapb" %% " compilerplugin" % " 0.11.7"
11+ " com.thesamet.scalapb" %% " compilerplugin" % " 0.11.7"
1212)
1313
1414// For Scala.js:
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots")
22
33addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.3" )
44
5- addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.6 " )
5+ addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.7 " )
66
77val zioGrpcVersion = " 0.6.0-rc6"
88
99libraryDependencies ++= Seq (
1010 " com.thesamet.scalapb.zio-grpc" %% " zio-grpc-codegen" % zioGrpcVersion,
11- " com.thesamet.scalapb" %% " compilerplugin" % " 0.11.10"
11+ " com.thesamet.scalapb" %% " compilerplugin" % " 0.11.10"
1212)
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots")
22
33addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.3" )
44
5- addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.6 " )
5+ addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.7 " )
66
77val zioGrpcVersion = " 0.6.0-rc6"
88
99libraryDependencies ++= Seq (
1010 " com.thesamet.scalapb.zio-grpc" %% " zio-grpc-codegen" % zioGrpcVersion,
11- " com.thesamet.scalapb" %% " compilerplugin" % " 0.11.10"
11+ " com.thesamet.scalapb" %% " compilerplugin" % " 0.11.10"
1212)
Original file line number Diff line number Diff line change 11ThisBuild / resolvers ++= Resolver .sonatypeOssRepos(" snapshots" )
22
3- addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.6 " )
3+ addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.7 " )
44
55libraryDependencies += " com.thesamet.scalapb" %% " compilerplugin" % " 0.11.14"
66
You can’t perform that action at this time.
0 commit comments