Skip to content

Commit 8464cc5

Browse files
authored
Version bumps to Scala 2.13.8 and Scoverage 1.4.11 (#86)
Also added more Mill test versions to matrix. Pull request: #86
1 parent 5a312ff commit 8464cc5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.sc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ val millApiCrossVersions = Seq(
2828
new CrossConfig {
2929
override def millPlatform = "0.10"
3030
override def minMillVersion: String = "0.10.0" // scala-steward:off
31-
override def scalaVersion = "2.13.6"
31+
override def scalaVersion = "2.13.8"
3232
},
3333
new CrossConfig {
3434
override def millPlatform = "0.9"
3535
override def minMillVersion: String = "0.9.3" // scala-steward:off
36-
override def scalaVersion = "2.13.6"
37-
override def testWithMill = Seq("0.9.10", "0.9.9", "0.9.8", "0.9.7", "0.9.6", "0.9.5", "0.9.4", minMillVersion)
36+
override def scalaVersion = "2.13.8"
37+
override def testWithMill = Seq("0.9.12", "0.9.11", "0.9.10", "0.9.9", "0.9.8", "0.9.7", "0.9.6", "0.9.5", "0.9.4", minMillVersion)
3838
}
3939
)
4040

4141
object Deps {
42-
val scoverageVersion = "1.4.10"
42+
val scoverageVersion = "1.4.11"
4343
val scoveragePlugin = ivy"org.scoverage:::scalac-scoverage-plugin:${scoverageVersion}"
4444
val scoverageRuntime = ivy"org.scoverage::scalac-scoverage-runtime:${scoverageVersion}"
4545
}

integrationtest/src/de/tobiasroeser/mill/integrationtest/MillIntegrationTestModule.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import mill.scalalib.publish._
1515
import os.{PathRedirect, ProcessOutput}
1616

1717
/**
18-
* Run Integration for Mill Plugin.
18+
* Run Integration test for Mill Plugins.
1919
*/
2020
trait MillIntegrationTestModule extends TaskModule with ExtraCoursierSupport with MillIntegrationTestModulePlatform {
2121

0 commit comments

Comments
 (0)