Skip to content

Commit

Permalink
Bump default version of scoverage to 2.0.0-M3
Browse files Browse the repository at this point in the history
This is to support 2.13.7
  • Loading branch information
ckipp01 committed Nov 2, 2021
1 parent 33d6cf1 commit a4cb3d3
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.0-M2"
lazy val scoverageVersion = "2.0.0-M3"

inThisBuild(
List(
Expand Down

0 comments on commit a4cb3d3

Please sign in to comment.