diff --git a/project/Deps.scala b/project/Deps.scala index 07a677a010..e53457f459 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -15,7 +15,7 @@ object Deps { val grizzledSlf4j = "1.3.4" val scalacheck = "1.16.0" - val scalaTest = "3.2.13" //https://www.scalatest.org/ + val scalaTest = "3.2.14" //https://www.scalatest.org/ val scalaTestPlus = "3.2.12.0-RC2" //super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/