Skip to content

Commit 90cae8b

Browse files
authoredMay 2, 2021
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

+1-1
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)
Please sign in to comment.