Update scalacheck to 1.14.3 (#946)

This commit is contained in:
Scala Steward 2019-12-16 01:29:30 +01:00 committed by Chris Stewart
parent 05af5c6b47
commit ead511a1ec

View file

@ -5,7 +5,7 @@ object Deps {
object V {
val bouncyCastle = "1.55"
val logback = "1.2.3"
val scalacheck = "1.14.2"
val scalacheck = "1.14.3"
val scalaTest = "3.1.0"
val scalaTestPlus = "3.1.0.0" //super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/