Skip to content

Commit

Permalink
Update scalacheck to 1.17.1 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
scalaz-bot[bot] authored and xuwei-k committed Apr 17, 2024
1 parent 755e6d0 commit 67d23d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -144,7 +144,7 @@ lazy val scalacheckBinding =
unmanagedSourcePathSettings,
name := "scalaz-scalacheck-binding",
Compile / compile / scalacOptions -= "-Ywarn-value-discard",
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.17.0",
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.17.1",
)
.dependsOn(core, iteratee)
.jsSettings(scalajsProjectSettings)
Expand Down

0 comments on commit 67d23d1

Please sign in to comment.