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.
1 parent ed3d839 commit 6982b6aCopy full SHA for 6982b6a
build.sbt
@@ -24,7 +24,7 @@ lazy val root = project
24
"org.scala-lang" %% "scala3-staging" % scalaVersion.value,
25
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0",
26
"ch.qos.logback" % "logback-classic" % "1.5.18",
27
- "org.scalacheck" %% "scalacheck" % "1.18.1" % Test,
+ "org.scalacheck" %% "scalacheck" % "1.19.0" % Test,
28
"org.scalameta" %% "munit" % "1.1.1" % Test,
29
"org.scalameta" %% "munit-scalacheck" % "1.1.0" % Test,
30
"com.eed3si9n.expecty" %% "expecty" % "0.17.0" % Test,
0 commit comments