Update scalatest to 3.2.15 (#4947)

This commit is contained in:
Scala Steward 2023-01-09 21:34:59 +01:00 committed by GitHub
parent 9646994a99
commit c729c906a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ object Deps {
val grizzledSlf4j = "1.3.4" val grizzledSlf4j = "1.3.4"
val scalacheck = "1.17.0" val scalacheck = "1.17.0"
val scalaTest = "3.2.14" //https://www.scalatest.org/ val scalaTest = "3.2.15" //https://www.scalatest.org/
val scalaTestPlus = val scalaTestPlus =
"3.2.12.0-RC2" //super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/ "3.2.12.0-RC2" //super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/