Skip to content

Commit

Permalink
Update scalacheck to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 3, 2024
1 parent 53f95d7 commit 8dd6c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Dependencies {
"org.scala-lang" % "scala-compiler" % v
}

val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.17.0"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.17.1"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.16"
val swovalFiles = "com.swoval" % "file-tree-views" % "2.1.12"
}

0 comments on commit 8dd6c8e

Please sign in to comment.