Update scalatest to 3.2.17 (#5232)

This commit is contained in:
Scala Steward 2023-09-11 22:18:25 +02:00 committed by GitHub
parent e15bf6cc9d
commit 4146f856ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/