diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 8315fe5c..16ada10c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -8,7 +8,7 @@ object Dependencies { val bouncyCastleV = "1.68" //https://github.com/bcgit/bc-java/releases val sCryptV = "1.4.0" //https://github.com/wg/scrypt/releases val scalaTestV = "3.2.9" //https://github.com/scalatest/scalatest/releases - val scalaTestPlusV= "3.2.9.0" //https://github.com/scalatest/scalatestplus-scalacheck + val scalaTestPlusV= "3.2.10.0" //https://github.com/scalatest/scalatestplus-scalacheck val http4sV = "0.23.1" //https://github.com/http4s/http4s/releases val scalacheckV = "1.15.4" //https://github.com/typelevel/scalacheck/releases val commonsCodecV = "1.15" //https://github.com/apache/commons-codec/releases