Skip to content

Commit 5d2502e

Browse files
authoredSep 30, 2022
Update scalacheck to 1.17.0
1 parent 48547db commit 5d2502e

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
@@ -20,7 +20,7 @@ lazy val exercises = (project in file("."))
2020
"org.scala-exercises" %% "definitions" % "0.7.1",
2121
"com.chuusai" %% "shapeless" % "2.3.10",
2222
"org.scalatest" %% "scalatest" % "3.2.10",
23-
"org.scalacheck" %% "scalacheck" % "1.16.0",
23+
"org.scalacheck" %% "scalacheck" % "1.17.0",
2424
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0",
2525
"com.github.alexarchambault" %% "scalacheck-shapeless_1.15" % "1.3.0"
2626
)

0 commit comments

Comments
 (0)
Please sign in to comment.