File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11dependencies {
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"
55}
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ private void configureArguments(String... arguments) {
121121
122122 fullArguments .add ("-PscalaVersionMajor=2" );
123123 fullArguments .add ("-PscalaVersionMinor=13" );
124- fullArguments .add ("-PscalaVersionBuild=10 " );
124+ fullArguments .add ("-PscalaVersionBuild=14 " );
125125 fullArguments .add ("-PjunitVersion=5.3.2" );
126126 fullArguments .add ("-PjunitPlatformVersion=1.3.2" );
127127 fullArguments .add ("-PscalatestVersion=3.0.8" );
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class ScoverageExtension {
5555 project. plugins. apply(ScalaPlugin . class)
5656
5757 scoverageVersion = project. objects. property(String )
58- scoverageVersion. set(' 2.0.8 ' )
58+ scoverageVersion. set(' 2.1.1 ' )
5959
6060 scoverageScalaVersion = project. objects. property(String )
6161
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class ScoveragePlugin implements Plugin<PluginAware> {
2424 static final String CHECK_NAME = ' checkScoverage'
2525 static final String COMPILE_NAME = ' compileScoverageScala'
2626 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 '
2828 static final String SCOVERAGE_COMPILE_ONLY_PROPERTY = ' scoverageCompileOnly' ;
2929
3030 static final String DEFAULT_REPORT_DIR = ' reports' + File . separatorChar + ' scoverage'
You can’t perform that action at this time.
0 commit comments