We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade9c47 commit 3098397Copy full SHA for 3098397
build.sbt
@@ -27,7 +27,7 @@ lazy val bridge: Project = project
27
protobufJava % "test",
28
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % "test",
29
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
30
- "org.scalacheck" %% "scalacheck" % "1.17.1" % "test",
+ "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"
33
),
0 commit comments