Skip to content

Commit cd97a3b

Browse files
authored
Merge pull request #108 from codacy/bugfix/FT-6145-coverage-report-generation
Update coverage parser to 2.0.10
2 parents 3f5e887 + 871139c commit cd97a3b

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
val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "3.0.7"
6-
val coverageParser = "com.codacy" %% "coverage-parser" % "2.0.9"
6+
val coverageParser = "com.codacy" %% "coverage-parser" % "2.0.10"
77
val caseApp = "com.github.alexarchambault" %% "case-app" % "1.2.0"
88
val raptureJsonPlay = "com.propensive" %% "rapture-json-play" % "2.0.0-M8"
99
val javaxActivation = "com.sun.activation" % "javax.activation" % "1.2.0"

0 commit comments

Comments
 (0)