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 aca6c19 commit b8e6d9cCopy full SHA for b8e6d9c
build.sbt
@@ -16,6 +16,6 @@ lazy val root = project
16
"-unchecked",
17
"-Wunused:all"
18
),
19
- libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test,
+ libraryDependencies += "org.scalameta" %% "munit" % "1.0.0-M11" % Test,
20
Test / parallelExecution := false
21
)
0 commit comments