File tree 4 files changed +6
-6
lines changed
crossScalaVersionTest/resources/projects/scala-multi-module-cross-version/3_2
functionalTest/java/org/scoverage
main/groovy/org/scoverage
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
dependencies {
2
- implementation ' org.scala-lang:scala3-library_3:3.2.0 '
3
- testImplementation ' org.scalatest:scalatest_3:3.2.14 '
4
- testImplementation " org.scalatestplus:junit-4-13_3:3.2.14 .0"
2
+ implementation ' org.scala-lang:scala3-library_3:3.4.2 '
3
+ testImplementation ' org.scalatest:scalatest_3:3.2.16 '
4
+ testImplementation " org.scalatestplus:junit-4-13_3:3.2.16 .0"
5
5
}
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ private void configureArguments(String... arguments) {
121
121
122
122
fullArguments .add ("-PscalaVersionMajor=2" );
123
123
fullArguments .add ("-PscalaVersionMinor=13" );
124
- fullArguments .add ("-PscalaVersionBuild=10 " );
124
+ fullArguments .add ("-PscalaVersionBuild=14 " );
125
125
fullArguments .add ("-PjunitVersion=5.3.2" );
126
126
fullArguments .add ("-PjunitPlatformVersion=1.3.2" );
127
127
fullArguments .add ("-PscalatestVersion=3.0.8" );
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class ScoverageExtension {
55
55
project. plugins. apply(ScalaPlugin . class)
56
56
57
57
scoverageVersion = project. objects. property(String )
58
- scoverageVersion. set(' 2.0.8 ' )
58
+ scoverageVersion. set(' 2.1.1 ' )
59
59
60
60
scoverageScalaVersion = project. objects. property(String )
61
61
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class ScoveragePlugin implements Plugin<PluginAware> {
24
24
static final String CHECK_NAME = ' checkScoverage'
25
25
static final String COMPILE_NAME = ' compileScoverageScala'
26
26
static final String AGGREGATE_NAME = ' aggregateScoverage'
27
- static final String DEFAULT_SCALA_VERSION = ' 2.13.6 '
27
+ static final String DEFAULT_SCALA_VERSION = ' 2.13.14 '
28
28
static final String SCOVERAGE_COMPILE_ONLY_PROPERTY = ' scoverageCompileOnly' ;
29
29
30
30
static final String DEFAULT_REPORT_DIR = ' reports' + File . separatorChar + ' scoverage'
You can’t perform that action at this time.
0 commit comments