Update scalacheck-1-15 to 3.2.12.0 (#5068)

This commit is contained in:
Scala Steward 2023-05-08 16:54:10 +02:00 committed by GitHub
parent 4c6090207a
commit 09150e5a1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ object Deps {
val scalaTest = "3.2.15" //https://www.scalatest.org/
val scalaTestPlus =
"3.2.12.0-RC2" //super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/
"3.2.12.0" //super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/
val slf4j = "2.0.7"
val spray = "1.3.6"
val zeromq = "0.5.3"
@ -225,7 +225,7 @@ object Deps {
"org.scalatest" %%% "scalatest" % V.scalaTest withSources () withJavadoc ())
val scalaTestPlus = Def.setting(
"org.scalatestplus" %%% "scalacheck-1-15" % V.scalaTestPlus withSources () withJavadoc ())
"org.scalatestplus" %%% "scalacheck-1-16" % V.scalaTestPlus withSources () withJavadoc ())
val pgEmbedded =
"com.opentable.components" % "otj-pg-embedded" % V.pgEmbeddedV withSources () withJavadoc ()