diff --git a/project/Deps.scala b/project/Deps.scala index 4fbc49e1be..bd3216accc 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -16,7 +16,7 @@ object Deps { val grizzledSlf4j = "1.3.4" val scalacheck = "1.17.0" - val scalaTest = "3.2.16" //https://www.scalatest.org/ + val scalaTest = "3.2.17" //https://www.scalatest.org/ val scalaTestPlus = "3.2.14.0" //super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/