Skip to content

Commit 0ee66ae

Browse files
Update scalacheck to 1.19.0 (#433)
1 parent e1a915e commit 0ee66ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lazy val bridge: Project = project
2929
protobufJava % "test",
3030
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % "test",
3131
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
32-
"org.scalacheck" %% "scalacheck" % "1.18.1" % "test",
32+
"org.scalacheck" %% "scalacheck" % "1.19.0" % "test",
3333
"io.get-coursier" %% "coursier" % coursierVersion % "test" cross CrossVersion.for3Use2_13
3434
),
3535
conflictWarning := {

0 commit comments

Comments
 (0)