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