Skip to content

Commit bbc0260

Browse files
committed
Update sbt-protoc to 1.0.7
1 parent a14ee18 commit bbc0260

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

examples/fullapp/project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots")
22

33
addSbtPlugin("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

77
val zioGrpcVersion = "0.6.0-rc6"
88

99
libraryDependencies ++= 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:

examples/helloworld/project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots")
22

33
addSbtPlugin("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

77
val zioGrpcVersion = "0.6.0-rc6"
88

99
libraryDependencies ++= 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
)

examples/routeguide/project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots")
22

33
addSbtPlugin("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

77
val zioGrpcVersion = "0.6.0-rc6"
88

99
libraryDependencies ++= 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
)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots")
22

3-
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6")
3+
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")
44

55
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.14"
66

0 commit comments

Comments
 (0)