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 fed311e commit 034264dCopy full SHA for 034264d
build.sbt
@@ -25,7 +25,6 @@ lazy val root = project
25
"org.scalameta" %% "munit" % "0.7.23" % Test,
26
"org.scalameta" %% "munit-scalacheck" % "0.7.23" % Test
27
),
28
- testFrameworks += new TestFramework("munit.Framework"),
29
30
// For Scala 3 (Dotty)
31
// The -rewrite and -migration options are best used while migrating
0 commit comments