Skip to content

Commit df8bf70

Browse files
authored
Merge pull request #1574 from Baeldung/update/scalacheck-1.18.1
Update scalacheck from 1.18.0 to 1.18.1
2 parents 8f32241 + 3b45bd5 commit df8bf70

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
@@ -557,7 +557,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
557557
libraryDependencies ++= scalaTestDeps
558558
.map(_.withConfigurations(Some("it,test"))),
559559
libraryDependencies ++= Seq(
560-
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
560+
"org.scalacheck" %% "scalacheck" % "1.18.1" % Test,
561561
scalaMock,
562562
"com.lihaoyi" %% "utest" % "0.8.4" % "test",
563563
munitDep,

0 commit comments

Comments
 (0)