Skip to content

Commit

Permalink
Update coverage parser to 2.0.10
Browse files Browse the repository at this point in the history
gjsduarte authored Nov 7, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3f5e887 commit 871139c
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
@@ -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"

0 comments on commit 871139c

Please sign in to comment.