Skip to content

Commit

Permalink
Merge pull request #1403 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 Sep 21, 2024
2 parents 5f0aaef + cdc924c commit 2bf1693
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 @@ -75,7 +75,7 @@ object Dependencies {
val parserCombinator = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
val sbinary = "org.scala-sbt" %% "sbinary" % "0.5.1"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.0"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.1"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
val verify = "com.eed3si9n.verify" %% "verify" % "2.0.1"
val sjsonnew = Def.setting {
Expand Down

0 comments on commit 2bf1693

Please sign in to comment.