Skip to content

Commit

Permalink
Merge pull request #389 from scala-steward/update/scalacheck-1.18.1
Browse files Browse the repository at this point in the history
Update scalacheck to 1.18.1
  • Loading branch information
eed3si9n authored Nov 6, 2024
2 parents 214555b + 0334eca commit a3b2ee6
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.1"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.1"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
val swovalFiles = "com.swoval" % "file-tree-views" % "2.1.12"
}

0 comments on commit a3b2ee6

Please sign in to comment.