Skip to content

Commit

Permalink
Merge pull request #341 from ckipp01/update
Browse files Browse the repository at this point in the history
Update to latest scoverage 1.4.5
  • Loading branch information
ckipp01 authored May 2, 2021
2 parents 93edf00 + 2b12851 commit 90cae8b
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 @@ -4,7 +4,7 @@ import sbt.ScriptedPlugin.autoImport.scriptedLaunchOpts

def localSnapshotVersion = "1.7.1-SNAPSHOT"
def isCI = System.getenv("CI") != null
def scoverageVersion = "1.4.4"
def scoverageVersion = "1.4.5"

inThisBuild(
List(
Expand Down

0 comments on commit 90cae8b

Please sign in to comment.