Update scalacheck to 1.18.0 (#5533)

This commit is contained in:
Scala Steward 2024-04-19 23:56:37 +02:00 committed by GitHub
parent fd4c4d3f8a
commit 2b497c634f
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.17.1"
val scalacheck = "1.18.0"
val scalaTest = "3.2.18" //https://www.scalatest.org/
val scalaTestPlus =