Skip to content

Commit be53cc6

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 be53cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
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

0 commit comments

Comments
 (0)