Skip to content

Commit 7fe196e

Browse files
committed
Update scalacheck to 1.14.3
1 parent a3090b5 commit 7fe196e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/ProjectPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object ProjectPlugin extends AutoPlugin {
1919
val shapeless: String = "2.3.3"
2020
val scalatest: String = "3.1.0"
2121
val scalatestplusScheck: String = "3.1.0.0-RC2"
22-
val scalacheck: String = "1.14.2"
22+
val scalacheck: String = "1.14.3"
2323
val scalacheckShapeless: String = "1.2.3"
2424
}
2525
}

0 commit comments

Comments
 (0)