Skip to content

Commit

Permalink
Merge pull request #621 from typelevel/update/scalacheck-1.17.1
Browse files Browse the repository at this point in the history
Update scalacheck to 1.17.1
  • Loading branch information
rossabaker authored May 10, 2024
2 parents 9bb6be2 + c00aff0 commit 9d8565f
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 @@ -16,7 +16,7 @@ ThisBuild / tlFatalWarnings := false

lazy val jawnSettings = Seq(
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-verbosity", "1"),
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.17.0" % Test
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.17.1" % Test
)

lazy val jawnSettingsJVM = List(Test / fork := true)
Expand Down

0 comments on commit 9d8565f

Please sign in to comment.