Update scalacheck to 1.18.1 (#5670)

This commit is contained in:
Scala Steward 2024-09-16 16:20:46 +02:00 committed by GitHub
parent d6669aa061
commit e2e604e8a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ object Deps {
val logkitV = "20020529"
val avalonLoggingV = "20020627"
val scalacheck = "1.18.0"
val scalacheck = "1.18.1"
val scalaTest = "3.2.19" // https://www.scalatest.org/
val scalaTestPlus =