Update scalatest to 3.2.5 (#2687)

This commit is contained in:
Scala Steward 2021-02-20 15:09:31 +01:00 committed by GitHub
parent b7030bb66a
commit fca9e4b7d0

View file

@ -8,7 +8,7 @@ object Deps {
val logback = "1.2.3" val logback = "1.2.3"
val grizzledSlf4j = "1.3.4" val grizzledSlf4j = "1.3.4"
val scalacheck = "1.15.3" val scalacheck = "1.15.3"
val scalaTest = "3.2.4" val scalaTest = "3.2.5"
val scalaTestPlus = val scalaTestPlus =
"3.2.1.0" //super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/ "3.2.1.0" //super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/