diff --git a/project/Deps.scala b/project/Deps.scala index 1e2d0503d3..3cc6dd2607 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -8,7 +8,7 @@ object Deps { val scalacheck = "1.14.3" val scalaTest = "3.2.0" - val scalaTestPlus = "3.2.0.0" //super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/ + val scalaTestPlus = "3.2.1.0" //super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/ val slf4j = "1.7.30" val spray = "1.3.5" val zeromq = "0.5.2"