Skip to content

Commit 5bd8985

Browse files
authored
Merge pull request #1301 from Baeldung/update/scalacheck-1.17.1
Update scalacheck from 1.17.0 to 1.17.1
2 parents d466dbf + a5f10d4 commit 5bd8985

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.0" % Test,
516+
"org.scalacheck" %% "scalacheck" % "1.17.1" % Test,
517517
scalaMock,
518518
"com.lihaoyi" %% "utest" % "0.8.3" % "test",
519519
munitDep,

0 commit comments

Comments
 (0)