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")
2
2
3
3
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.3" )
4
4
5
- addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.6 " )
5
+ addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.7 " )
6
6
7
7
val zioGrpcVersion = " 0.6.0-rc6"
8
8
9
9
libraryDependencies ++= Seq (
10
10
" 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"
12
12
)
13
13
14
14
// For Scala.js:
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots")
2
2
3
3
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.3" )
4
4
5
- addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.6 " )
5
+ addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.7 " )
6
6
7
7
val zioGrpcVersion = " 0.6.0-rc6"
8
8
9
9
libraryDependencies ++= Seq (
10
10
" 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"
12
12
)
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots")
2
2
3
3
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.3" )
4
4
5
- addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.6 " )
5
+ addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.7 " )
6
6
7
7
val zioGrpcVersion = " 0.6.0-rc6"
8
8
9
9
libraryDependencies ++= Seq (
10
10
" 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"
12
12
)
Original file line number Diff line number Diff line change 1
1
ThisBuild / resolvers ++= Resolver .sonatypeOssRepos(" snapshots" )
2
2
3
- addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.6 " )
3
+ addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.7 " )
4
4
5
5
libraryDependencies += " com.thesamet.scalapb" %% " compilerplugin" % " 0.11.14"
6
6
You can’t perform that action at this time.
0 commit comments