Skip to content

Commit

Permalink
chore: bump default scoverage to 2.1.0
Browse files Browse the repository at this point in the history
This adds in support to 2.12.19 and 2.13.13
  • Loading branch information
ckipp01 committed Feb 23, 2024
1 parent e99923e commit be53cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "sbt-scoverage"

import sbt.ScriptedPlugin.autoImport.scriptedLaunchOpts

lazy val scoverageVersion = "2.0.11"
lazy val scoverageVersion = "2.1.0"

inThisBuild(
List(
Expand All @@ -25,7 +25,7 @@ inThisBuild(
licenses := Seq(
"Apache-2.0" -> url("http://www.apache.org/license/LICENSE-2.0")
),
scalaVersion := "2.12.15"
scalaVersion := "2.12.19"
)
)

Expand Down

0 comments on commit be53cc6

Please sign in to comment.