Skip to content

Commit 3ef4a98

Browse files
committed
deps: bump munit to v1.0.0-RC1 to support native
1 parent 95da84e commit 3ef4a98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sbtcrossproject.CrossProject
22
import sbtcrossproject.CrossType
33

4-
lazy val munitVersion = "0.7.29"
4+
lazy val munitVersion = "1.0.0-RC1"
55
lazy val scalametaVersion = "4.9.3"
66
lazy val defaultScala212 = "2.12.19"
77
lazy val defaultScala213 = "2.13.13"

plugin/src/test/scala/scoverage/PluginASTSupportTest.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ package scoverage
33
import scala.concurrent.Future
44

55
import munit.FunSuite
6-
import munit.GenericAfterEach
6+
import munit.AfterEach
77

88
/** @author Stephen Samuel */
99
class PluginASTSupportTest extends FunSuite with MacroSupport {
1010

11-
override def afterEach(context: GenericAfterEach[Future[Any]]): Unit = {
11+
override def afterEach(context: AfterEach): Unit = {
1212
val compiler = ScoverageCompiler.default
1313
assert(!compiler.reporter.hasErrors)
1414
}

0 commit comments

Comments
 (0)