Skip to content

Commit a5bfde9

Browse files
authored
Merge pull request #1990 from Baeldung/update/scalacheck-1.19.0
Update scalacheck from 1.18.1 to 1.19.0
2 parents c7f0c14 + 8f9cc0e commit a5bfde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
589589
libraryDependencies ++= scalaTestDeps
590590
.map(_.withConfigurations(Some("it,test"))),
591591
libraryDependencies ++= Seq(
592-
"org.scalacheck" %% "scalacheck" % "1.18.1" % Test,
592+
"org.scalacheck" %% "scalacheck" % "1.19.0" % Test,
593593
scalaMock,
594594
"com.lihaoyi" %% "utest" % "0.8.9" % "test",
595595
munitDep,

0 commit comments

Comments
 (0)