Skip to content

Commit

Permalink
Upgrade to scalacheck 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis committed May 29, 2024
1 parent 994119b commit ce50729
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 ce50729

Please sign in to comment.