Skip to content

Commit 3098397

Browse files
Update scalacheck to 1.18.0 (#357)
1 parent ade9c47 commit 3098397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lazy val bridge: Project = project
2727
protobufJava % "test",
2828
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % "test",
2929
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
30-
"org.scalacheck" %% "scalacheck" % "1.17.1" % "test",
30+
"org.scalacheck" %% "scalacheck" % "1.18.0" % "test",
3131
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0" % "test",
3232
"io.get-coursier" %% "coursier" % coursierVersion % "test"
3333
),

0 commit comments

Comments
 (0)