Skip to content

Commit 90cae8b

Browse files
authored
Merge pull request #341 from ckipp01/update
Update to latest scoverage 1.4.5
2 parents 93edf00 + 2b12851 commit 90cae8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sbt.ScriptedPlugin.autoImport.scriptedLaunchOpts
44

55
def localSnapshotVersion = "1.7.1-SNAPSHOT"
66
def isCI = System.getenv("CI") != null
7-
def scoverageVersion = "1.4.4"
7+
def scoverageVersion = "1.4.5"
88

99
inThisBuild(
1010
List(

0 commit comments

Comments
 (0)