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 40484fd + 251ba8a commit 4087b5dCopy full SHA for 4087b5d
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.8",
27
- "org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
+ "org.scalacheck" %% "scalacheck" % "1.18.1" % Test,
28
"org.scalameta" %% "munit" % "1.0.2" % Test,
29
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test,
30
"com.eed3si9n.expecty" %% "expecty" % "0.16.0" % Test,
0 commit comments