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 b243107 commit cb8b0f6Copy full SHA for cb8b0f6
build.sbt
@@ -23,7 +23,7 @@ libraryDependencies ++= Seq(
23
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion,
24
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion % "protobuf,test",
25
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
26
- "org.scalatestplus" %% "scalacheck-1-17" % "3.2.17.0" % "test",
+ "org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % "test",
27
"com.google.protobuf" % "protobuf-java-util" % protobufJava.revision % "test",
28
protobufJava % "protobuf",
29
"org.json4s" %% "json4s-jackson-core" % "4.0.7"
0 commit comments