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 2a34a24 commit 4498b66Copy full SHA for 4498b66
build.sbt
@@ -26,7 +26,7 @@ lazy val root = project
26
"ch.qos.logback" % "logback-classic" % "1.5.18",
27
"org.scalacheck" %% "scalacheck" % "1.19.0" % Test,
28
"org.scalameta" %% "munit" % "1.1.1" % Test,
29
- "org.scalameta" %% "munit-scalacheck" % "1.1.0" % Test,
+ "org.scalameta" %% "munit-scalacheck" % "1.2.0" % Test,
30
"com.eed3si9n.expecty" %% "expecty" % "0.17.0" % Test,
31
),
32
0 commit comments