Update scalatest to 3.2.14 (#4840)

This commit is contained in:
Scala Steward 2022-10-15 14:52:57 +02:00 committed by GitHub
parent a2a3eb187f
commit fc348da85d
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 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/