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 6cd274d commit 35ba098
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 35ba098

Please sign in to comment.