Skip to content

Commit 31a856a

Browse files
authored
Update scalacheck to 1.15.2
1 parent 1141d0f commit 31a856a

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
@@ -21,7 +21,7 @@ lazy val exercises = (project in file("."))
2121
"org.typelevel" %% "cats-core" % "2.2.0",
2222
"com.chuusai" %% "shapeless" % "2.3.3",
2323
"org.scalatest" %% "scalatest" % "3.2.3",
24-
"org.scalacheck" %% "scalacheck" % "1.15.1",
24+
"org.scalacheck" %% "scalacheck" % "1.15.2",
2525
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0",
2626
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"
2727
)

0 commit comments

Comments
 (0)