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 30203ec commit f5bd944Copy full SHA for f5bd944
build.sbt
@@ -22,7 +22,7 @@ val protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.3"
22
libraryDependencies ++= Seq(
23
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion,
24
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion % "protobuf,test",
25
- "org.scalatest" %% "scalatest" % "3.2.18" % "test",
+ "org.scalatest" %% "scalatest" % "3.2.19" % "test",
26
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % "test",
27
"com.google.protobuf" % "protobuf-java-util" % protobufJava.revision % "test",
28
protobufJava % "protobuf",
0 commit comments