Skip to content

Commit

Permalink
Update scalacheck to 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and xuwei-k committed Jun 5, 2024
1 parent 2dd6a02 commit 2b002c6
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.17.1"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.0"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.18"
val verify = "com.eed3si9n.verify" %% "verify" % "2.0.1"
val sjsonnew = Def.setting {
Expand Down

0 comments on commit 2b002c6

Please sign in to comment.