Skip to content

Commit e40a70e

Browse files
authored
Merge pull request #525 from rules-proto-grpc/renovate/scalapb
Update scalapb to v0.11.20
2 parents 4fe650e + d3667af commit e40a70e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

modules/scala/MODULE.bazel

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ use_repo(maven, "maven")
2727
maven.install(
2828
name = "rules_proto_grpc_scala_maven_2_12", # Deconflict
2929
artifacts = [
30-
"com.thesamet.scalapb:compilerplugin_2.12:0.11.19",
31-
"com.thesamet.scalapb:scalapb-runtime_2.12:0.11.19",
32-
"com.thesamet.scalapb:scalapb-runtime-grpc_2.12:0.11.19",
30+
"com.thesamet.scalapb:compilerplugin_2.12:0.11.20",
31+
"com.thesamet.scalapb:scalapb-runtime_2.12:0.11.20",
32+
"com.thesamet.scalapb:scalapb-runtime-grpc_2.12:0.11.20",
3333
],
3434
strict_visibility = True,
3535
)
@@ -38,9 +38,9 @@ use_repo(maven, "rules_proto_grpc_scala_maven_2_12")
3838
maven.install(
3939
name = "rules_proto_grpc_scala_maven_2_13", # Deconflict
4040
artifacts = [
41-
"com.thesamet.scalapb:compilerplugin_2.13:0.11.19",
42-
"com.thesamet.scalapb:scalapb-runtime_2.13:0.11.19",
43-
"com.thesamet.scalapb:scalapb-runtime-grpc_2.13:0.11.19",
41+
"com.thesamet.scalapb:compilerplugin_2.13:0.11.20",
42+
"com.thesamet.scalapb:scalapb-runtime_2.13:0.11.20",
43+
"com.thesamet.scalapb:scalapb-runtime-grpc_2.13:0.11.20",
4444
],
4545
strict_visibility = True,
4646
)
@@ -49,9 +49,9 @@ use_repo(maven, "rules_proto_grpc_scala_maven_2_13")
4949
maven.install(
5050
name = "rules_proto_grpc_scala_maven_3", # Deconflict
5151
artifacts = [
52-
"com.thesamet.scalapb:compilerplugin_3:0.11.19",
53-
"com.thesamet.scalapb:scalapb-runtime_3:0.11.19",
54-
"com.thesamet.scalapb:scalapb-runtime-grpc_3:0.11.19",
52+
"com.thesamet.scalapb:compilerplugin_3:0.11.20",
53+
"com.thesamet.scalapb:scalapb-runtime_3:0.11.20",
54+
"com.thesamet.scalapb:scalapb-runtime-grpc_3:0.11.20",
5555
],
5656
strict_visibility = True,
5757
)

0 commit comments

Comments
 (0)