Skip to content

Commit

Permalink
Update scalacheck to 1.18.1 (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: nmcb-scala-steward[bot] <157481287+nmcb-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
nmcb-scala-steward[bot] authored Sep 18, 2024
1 parent 6352a14 commit 76da2ba
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 @@ -6,5 +6,5 @@ lazy val root = project
, version := "0.1.0"
, scalaVersion := scala3Version
, libraryDependencies ++=
Seq("org.scalacheck" %% "scalacheck" % "1.18.0" % "test")
Seq("org.scalacheck" %% "scalacheck" % "1.18.1" % "test")
)

0 comments on commit 76da2ba

Please sign in to comment.