Skip to content

Commit

Permalink
Update scalacheck to 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcb-scala-steward[bot] committed Sep 16, 2024
1 parent 6352a14 commit 3774f1d
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 3774f1d

Please sign in to comment.