Skip to content

Commit be2cd5d

Browse files
Update scalacheck-1-14 to 3.2.0.0 (#69)
1 parent f01dc79 commit be2cd5d

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
@@ -25,7 +25,7 @@ lazy val exercises = (project in file("."))
2525
"com.chuusai" %% "shapeless" % "2.3.3",
2626
"org.scalatest" %% "scalatest" % "3.2.0",
2727
"org.scalacheck" %% "scalacheck" % "1.14.3",
28-
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.2.0",
28+
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.0.0",
2929
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"
3030
)
3131
)

0 commit comments

Comments
 (0)