Update scala deps

This commit is contained in:
Adam Liddell 2022-11-22 22:07:27 +00:00
parent d852643608
commit 96176f1825
1 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,8 @@ def scala_repos(**kwargs): # buildifier: disable=function-docstring
MAVEN_ARTIFACTS = [
# "io.grpc:grpc-all:{}".format(GRPC_VERSION),
"io.grpc:grpc-all:1.46.0", # TODO: revert to above
"com.thesamet.scalapb:compilerplugin_2.12:0.11.10",
"com.thesamet.scalapb:scalapb-runtime_2.12:0.11.10",
"com.thesamet.scalapb:scalapb-runtime-grpc_2.12:0.11.10",
"io.grpc:grpc-all:1.51.0", # TODO: revert to above
"com.thesamet.scalapb:compilerplugin_2.12:0.11.12",
"com.thesamet.scalapb:scalapb-runtime_2.12:0.11.12",
"com.thesamet.scalapb:scalapb-runtime-grpc_2.12:0.11.12",
]