Skip to content

Commit 4b35ec1

Browse files
authored
Update scalacheck to 1.19.0
1 parent 2cf5583 commit 4b35ec1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ lazy val `scalacheck-toolbox-datetime`: ProjectMatrix =
4545
.settings(description := "A library for helping use date and time libraries with ScalaCheck")
4646
.settings(
4747
libraryDependencies ++= Seq(
48-
"org.scalacheck" %%% "scalacheck" % "1.18.1",
48+
"org.scalacheck" %%% "scalacheck" % "1.19.0",
4949
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.13.0"
5050
),
5151
scalacOptions --= Seq("-Werror", "-Xfatal-warnings")
@@ -65,14 +65,14 @@ lazy val `scalacheck-toolbox-magic`: ProjectMatrix =
6565
(projectMatrix in file("modules/scalacheck-toolbox-magic"))
6666
.enablePlugins(BigListOfNaughtyStringsPlugin)
6767
.settings(description := "ScalaCheck Generators for magic values")
68-
.settings(libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.18.1")
68+
.settings(libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.19.0")
6969
.settings(scalacOptions --= Seq("-Werror", "-Xfatal-warnings"))
7070
.jvmPlatform(scalaVersions = allScalaVersions)
7171

7272
lazy val `scalacheck-toolbox-combinators`: ProjectMatrix =
7373
(projectMatrix in file("modules/scalacheck-toolbox-combinators"))
7474
.settings(description := "Useful generic combinators for ScalaCheck")
75-
.settings(libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.18.1")
75+
.settings(libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.19.0")
7676
.settings(scalacOptions --= Seq("-Werror", "-Xfatal-warnings"))
7777
.jvmPlatform(scalaVersions = allScalaVersions)
7878
.jsPlatform(scalaVersions = allScalaVersions)

0 commit comments

Comments
 (0)