We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f0aaef + cdc924c commit 2bf1693Copy full SHA for 2bf1693
project/Dependencies.scala
@@ -75,7 +75,7 @@ object Dependencies {
75
val parserCombinator = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
76
val sbinary = "org.scala-sbt" %% "sbinary" % "0.5.1"
77
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
78
- val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.0"
+ val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.1"
79
val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
80
val verify = "com.eed3si9n.verify" %% "verify" % "2.0.1"
81
val sjsonnew = Def.setting {
0 commit comments