Skip to content

Commit

Permalink
Merge pull request #108 from codacy/bugfix/FT-6145-coverage-report-ge…
Browse files Browse the repository at this point in the history
…neration

Update coverage parser to 2.0.10
  • Loading branch information
rtfpessoa authored Nov 8, 2018
2 parents 3f5e887 + 871139c commit cd97a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Dependencies {

val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "3.0.7"
val coverageParser = "com.codacy" %% "coverage-parser" % "2.0.9"
val coverageParser = "com.codacy" %% "coverage-parser" % "2.0.10"
val caseApp = "com.github.alexarchambault" %% "case-app" % "1.2.0"
val raptureJsonPlay = "com.propensive" %% "rapture-json-play" % "2.0.0-M8"
val javaxActivation = "com.sun.activation" % "javax.activation" % "1.2.0"
Expand Down

0 comments on commit cd97a3b

Please sign in to comment.