Skip to content

Commit

Permalink
Merge pull request #632 from hamnis/update/scalacheck-1.18.0
Browse files Browse the repository at this point in the history
Upgrade to scalacheck 1.18.0
  • Loading branch information
rossabaker authored May 29, 2024
2 parents 994119b + ce50729 commit 0829eb3
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.1" % Test
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.18.0" % Test
)

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

0 comments on commit 0829eb3

Please sign in to comment.