Skip to content

Commit

Permalink
Update scalacheck-1-17 to 3.2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gu-scala-steward-public-repos[bot] committed Jun 26, 2024
1 parent 1fc9145 commit a717f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lazy val core = project.settings(
"org.parboiled" %% "parboiled" % "2.5.1",
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.16.0" % Test,
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % Test,
"org.apache.commons" % "commons-compress" % "1.26.2"
),
Test/testOptions += Tests.Argument(
Expand Down

0 comments on commit a717f67

Please sign in to comment.