File tree 4 files changed +6
-7
lines changed
plugin/src/test/scala/scoverage
4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 19
19
os : [ 'ubuntu-latest', 'windows-latest' ]
20
20
java : ['8', '17']
21
21
scala : [
22
+ { version: '2.12.20' },
22
23
{ version: '2.12.19' },
23
24
{ version: '2.12.18' },
24
- { version: '2.12.17' },
25
25
{ version: '2.13.14' },
26
26
{ version: '2.13.13' },
27
27
{ version: '2.13.12' }
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ coursier fetch \
8
8
org.scoverage:scalac-scoverage-plugin_2.12.17:$version \
9
9
org.scoverage:scalac-scoverage-plugin_2.12.18:$version \
10
10
org.scoverage:scalac-scoverage-plugin_2.12.19:$version \
11
+ org.scoverage:scalac-scoverage-plugin_2.12.20:$version \
11
12
org.scoverage:scalac-scoverage-plugin_2.13.10:$version \
12
13
org.scoverage:scalac-scoverage-plugin_2.13.11:$version \
13
14
org.scoverage:scalac-scoverage-plugin_2.13.12:$version \
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 = " 1.0.0 "
5
- lazy val scalametaVersion = " 4.9.3 "
6
- lazy val defaultScala212 = " 2.12.19 "
4
+ lazy val munitVersion = " 1.0.1 "
5
+ lazy val scalametaVersion = " 4.9.9 "
6
+ lazy val defaultScala212 = " 2.12.20 "
7
7
lazy val defaultScala213 = " 2.13.14"
8
8
lazy val defaultScala3 = " 3.3.0"
9
9
lazy val bin212 =
10
10
Seq (
11
11
defaultScala212,
12
+ " 2.12.19" ,
12
13
" 2.12.18" ,
13
14
" 2.12.17" ,
14
15
" 2.12.16"
Original file line number Diff line number Diff line change 1
1
package scoverage
2
2
3
- import scala .concurrent .Future
4
-
5
3
import munit .FunSuite
6
- import munit .AfterEach
7
4
8
5
/** @author Stephen Samuel */
9
6
class PluginASTSupportTest extends FunSuite with MacroSupport {
You can’t perform that action at this time.
0 commit comments