File tree 2 files changed +3
-3
lines changed
plugin/src/test/scala/scoverage
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import sbtcrossproject .CrossProject
2
2
import sbtcrossproject .CrossType
3
3
4
- lazy val munitVersion = " 0.7.29 "
4
+ lazy val munitVersion = " 1.0.0-RC1 "
5
5
lazy val scalametaVersion = " 4.9.3"
6
6
lazy val defaultScala212 = " 2.12.19"
7
7
lazy val defaultScala213 = " 2.13.13"
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ package scoverage
3
3
import scala .concurrent .Future
4
4
5
5
import munit .FunSuite
6
- import munit .GenericAfterEach
6
+ import munit .AfterEach
7
7
8
8
/** @author Stephen Samuel */
9
9
class PluginASTSupportTest extends FunSuite with MacroSupport {
10
10
11
- override def afterEach (context : GenericAfterEach [ Future [ Any ]] ): Unit = {
11
+ override def afterEach (context : AfterEach ): Unit = {
12
12
val compiler = ScoverageCompiler .default
13
13
assert(! compiler.reporter.hasErrors)
14
14
}
You can’t perform that action at this time.
0 commit comments