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 7cb423e + 80de0c1 commit 8eb8904Copy full SHA for 8eb8904
build.sbt
@@ -25,7 +25,7 @@ lazy val root = project
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.19.0" % Test,
28
- "org.scalameta" %% "munit" % "1.1.1" % Test,
+ "org.scalameta" %% "munit" % "1.2.0" % Test,
29
"org.scalameta" %% "munit-scalacheck" % "1.2.0" % Test,
30
"com.eed3si9n.expecty" %% "expecty" % "0.17.0" % Test,
31
),
0 commit comments