Skip to content

Commit 9cc1fe7

Browse files
committed
chore: bump default scoverage to 2.1.0
This adds in support to 2.12.19 and 2.13.13
1 parent e99923e commit 9cc1fe7

File tree

26 files changed

+29
-29
lines changed

26 files changed

+29
-29
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "sbt-scoverage"
22

33
import sbt.ScriptedPlugin.autoImport.scriptedLaunchOpts
44

5-
lazy val scoverageVersion = "2.0.11"
5+
lazy val scoverageVersion = "2.1.0"
66

77
inThisBuild(
88
List(
@@ -25,7 +25,7 @@ inThisBuild(
2525
licenses := Seq(
2626
"Apache-2.0" -> url("http://www.apache.org/license/LICENSE-2.0")
2727
),
28-
scalaVersion := "2.12.15"
28+
scalaVersion := "2.12.19"
2929
)
3030
)
3131

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.8
1+
sbt.version=1.9.9

src/sbt-test/scoverage/aggregate-disabled-module/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
inThisBuild(
22
List(
33
organization := "org.scoverage",
4-
scalaVersion := "2.13.6",
4+
scalaVersion := "2.13.13",
55
libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test
66
)
77
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.5.5
1+
sbt.version=1.9.0

src/sbt-test/scoverage/aggregate-only/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
lazy val commonSettings = Seq(
77
organization := "org.scoverage",
88
version := "0.1.0",
9-
scalaVersion := "2.13.6"
9+
scalaVersion := "2.13.13"
1010
)
1111

1212
def module(name: String) = {

src/sbt-test/scoverage/aggregate/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
lazy val commonSettings = Seq(
77
organization := "org.scoverage",
88
version := "0.1.0",
9-
scalaVersion := "2.13.6"
9+
scalaVersion := "2.13.13"
1010
)
1111

1212
def module(name: String) = {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.5.5
1+
sbt.version=1.9.9

src/sbt-test/scoverage/bad-coverage-file-branch/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version := "0.1"
22

3-
scalaVersion := "2.13.6"
3+
scalaVersion := "2.13.13"
44

55
libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test
66

src/sbt-test/scoverage/bad-coverage-file-stmt/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version := "0.1"
22

3-
scalaVersion := "2.13.6"
3+
scalaVersion := "2.13.13"
44

55
libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test
66

src/sbt-test/scoverage/bad-coverage-package-branch/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version := "0.1"
22

3-
scalaVersion := "2.13.6"
3+
scalaVersion := "2.13.13"
44

55
libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test
66

0 commit comments

Comments
 (0)