Skip to content

Commit 15e3018

Browse files
Update scalacheck-1-14 to 3.2.0.0 (#40)
1 parent b0da062 commit 15e3018

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
@@ -27,7 +27,7 @@ lazy val exercises = (project in file("."))
2727
"com.chuusai" %% "shapeless" % "2.3.3",
2828
"org.scalatest" %% "scalatest" % "3.2.0",
2929
"org.scalacheck" %% "scalacheck" % "1.14.3",
30-
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.2.0",
30+
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.0.0",
3131
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"
3232
),
3333
scalacOptions += "-Ymacro-annotations",

0 commit comments

Comments
 (0)