Skip to content

Commit

Permalink
Update scalacheck to 1.18.1 (#57)
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 23, 2024
1 parent 9e170e9 commit 6ab297a
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 @@ -15,7 +15,7 @@ lazy val root: Project = (project in file("."))
.settings(
name := ProjectName,
libraryDependencies ++= Seq(
"org.scalacheck" %% "scalacheck" % "1.18.0" % "test",
"org.scalacheck" %% "scalacheck" % "1.18.1" % "test",
"org.scalatest" %% "scalatest" % "3.2.19" % "test"
)
)

0 comments on commit 6ab297a

Please sign in to comment.