Skip to content

Commit

Permalink
Merge pull request #385 from scala-steward/update/scalacheck-1.17.1
Browse files Browse the repository at this point in the history
Update scalacheck to 1.17.1
  • Loading branch information
eed3si9n authored Nov 3, 2024
2 parents 5438a77 + 23f8dee commit e8f7550
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.19"
val swovalFiles = "com.swoval" % "file-tree-views" % "2.1.12"
}

0 comments on commit e8f7550

Please sign in to comment.