Update scalatest to 3.2.19 (#5613)

This commit is contained in:
Scala Steward 2024-06-27 16:16:29 +02:00 committed by GitHub
parent dad7e1cef6
commit ca9bfa03e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ object Deps {
val avalonLoggingV = "20020627"
val scalacheck = "1.18.0"
val scalaTest = "3.2.18" // https://www.scalatest.org/
val scalaTest = "3.2.19" // https://www.scalatest.org/
val scalaTestPlus =
"3.2.18.0" // super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/