Update scalacheck to 1.17.1 (#5527)

This commit is contained in:
Scala Steward 2024-04-18 16:45:13 +02:00 committed by GitHub
parent b83e577d41
commit 6f6a78ab52
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.0"
val scalacheck = "1.17.1"
val scalaTest = "3.2.18" //https://www.scalatest.org/
val scalaTestPlus =