Skip to content

Commit

Permalink
chore: bump default scoverage version to 2.0.11
Browse files Browse the repository at this point in the history
This is mainly to add in support for 2.13.12.
  • Loading branch information
ckipp01 committed Sep 8, 2023
1 parent 9911520 commit 8b7f019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.10"
lazy val scoverageVersion = "2.0.11"

inThisBuild(
List(
Expand Down

0 comments on commit 8b7f019

Please sign in to comment.