We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be97c1 commit 57f1c8dCopy full SHA for 57f1c8d
build.sbt
@@ -58,7 +58,7 @@ lazy val core = project
58
"com.thesamet.scalapb.common-protos" %% "proto-google-common-protos-scalapb_0.11" % "2.9.6-0",
59
"com.thesamet.scalapb" %% "scalapb-runtime" % Versions.scalapb % "protobuf",
60
"com.thesamet.scalapb" %% "scalapb-runtime-grpc" % Versions.scalapb,
61
- "com.thesamet.scalapb" %% "scalapb-json4s" % "0.12.1",
+ "com.thesamet.scalapb" %% "scalapb-json4s" % "0.12.2",
62
"io.grpc" % "grpc-core" % Versions.grpc,
63
"io.grpc" % "grpc-protobuf" % Versions.grpc,
64
"io.grpc" % "grpc-inprocess" % Versions.grpc,
0 commit comments