Skip to content

Commit 54704fb

Browse files
Update scalacheck to 1.18.1 (#377)
1 parent 21cedec commit 54704fb

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.19" % "test",
30-
"org.scalacheck" %% "scalacheck" % "1.18.0" % "test",
30+
"org.scalacheck" %% "scalacheck" % "1.18.1" % "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)