We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6a49a commit e8c8549Copy full SHA for e8c8549
build.sbt
@@ -26,7 +26,7 @@ lazy val bridge: Project = project
26
protobufJava % "provided",
27
protobufJava % "test",
28
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % "test",
29
- "org.scalatest" %% "scalatest" % "3.2.18" % "test",
+ "org.scalatest" %% "scalatest" % "3.2.19" % "test",
30
"org.scalacheck" %% "scalacheck" % "1.18.0" % "test",
31
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0" % "test",
32
"io.get-coursier" %% "coursier" % coursierVersion % "test"
0 commit comments