File tree Expand file tree Collapse file tree 14 files changed +14
-14
lines changed
aggregate-disabled-module
bad-coverage-package-branch
bad-coverage-package-stmt
bad-coverage-total-branch Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ inThisBuild(
2
2
List (
3
3
organization := " org.scoverage" ,
4
4
scalaVersion := " 2.13.6" ,
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.25 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
6
6
)
7
7
)
8
8
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def module(name: String) = {
15
15
.settings(commonSettings : _* )
16
16
.settings(
17
17
Keys .name := name,
18
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.25 " % Test
18
+ libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
19
19
)
20
20
}
21
21
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def module(name: String) = {
15
15
.settings(commonSettings : _* )
16
16
.settings(
17
17
Keys .name := name,
18
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.25 " % Test
18
+ libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
19
19
)
20
20
}
21
21
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version := "0.1"
2
2
3
3
scalaVersion := " 2.13.6"
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.25 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
6
6
7
7
coverageMinimumBranchPerFile := 80
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version := "0.1"
2
2
3
3
scalaVersion := " 2.13.6"
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.25 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
6
6
7
7
coverageMinimumStmtPerFile := 90
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version := "0.1"
2
2
3
3
scalaVersion := " 2.13.6"
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.25 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
6
6
7
7
coverageMinimumBranchPerPackage := 80
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version := "0.1"
2
2
3
3
scalaVersion := " 2.13.6"
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.25 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
6
6
7
7
coverageMinimumStmtPerPackage := 80
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version := "0.1"
2
2
3
3
scalaVersion := " 2.13.6"
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.25 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
6
6
7
7
coverageMinimumBranchTotal := 80
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version := "0.1"
2
2
3
3
scalaVersion := " 2.13.6"
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.25 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
6
6
7
7
coverageMinimumStmtTotal := 80
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version := "0.1"
2
2
3
3
scalaVersion := " 2.13.6"
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.25 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
6
6
7
7
coverageMinimum := 80
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version := "0.1"
2
2
3
3
scalaVersion := " 2.13.6"
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.25 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
6
6
7
7
coverageMinimum := 80
8
8
coverageMinimumStmtTotal := 100
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version := "0.1"
2
2
3
3
scalaVersion := " 2.13.6"
4
4
5
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.25 " % Test
5
+ libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
6
6
7
7
coverageMinimum := 80
8
8
coverageMinimumStmtTotal := 100
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ scalaVersion := "2.13.6"
6
6
7
7
crossScalaVersions := Seq (" 2.13.6" )
8
8
9
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.25 " % Test
9
+ libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
10
10
11
11
val checkScalaVersion = inputKey[Unit ](
12
12
" Input task to compare the value of scalaVersion setting with a given input."
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ lazy val cross =
8
8
.crossType(CrossType .Full )
9
9
.settings(
10
10
scalaVersion := " 2.13.6" ,
11
- libraryDependencies += " org.scalameta" %% " munit" % " 0.7.25 " % Test
11
+ libraryDependencies += " org.scalameta" %% " munit" % " 0.7.29 " % Test
12
12
)
13
13
14
14
lazy val crossJS = cross.js
You can’t perform that action at this time.
0 commit comments