Skip to content

Commit b06f298

Browse files
authored
Merge pull request #1316 from Baeldung/update/scalacheck-1.18.0
Update scalacheck from 1.17.1 to 1.18.0
2 parents 6d7e068 + f32c43b commit b06f298

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
@@ -513,7 +513,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
513513
libraryDependencies ++= scalaTestDeps
514514
.map(_.withConfigurations(Some("it,test"))),
515515
libraryDependencies ++= Seq(
516-
"org.scalacheck" %% "scalacheck" % "1.17.1" % Test,
516+
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
517517
scalaMock,
518518
"com.lihaoyi" %% "utest" % "0.8.3" % "test",
519519
munitDep,

0 commit comments

Comments
 (0)