Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 6499b21

Browse files
authored
Bump coverageParser
1 parent 678eeb2 commit 6499b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbt._
33
object Dependencies {
44

55
lazy val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "1.0.2"
6-
lazy val coverageParser = "com.codacy" %% "coverage-parser" % "1.1.3"
6+
lazy val coverageParser = "com.codacy" %% "coverage-parser" % "1.1.4"
77
lazy val scalaTest = "org.scalatest" %% "scalatest" % "2.2.4" % "test"
88

99
}

0 commit comments

Comments
 (0)