From a95b0a9110a987f19d70390cf4363e4727a672aa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Sep 2021 01:47:08 +0200 Subject: [PATCH] Update scalacheck-1-15 to 3.2.10.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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