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

Commit

Permalink
Update coverage parser 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfpessoa committed Nov 2, 2016
1 parent 0c8fddc commit 933beeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Dependencies {

lazy val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "2.0.1"
lazy val coverageParser = "com.codacy" %% "coverage-parser" % "2.0.0"
lazy val coverageParser = "com.codacy" %% "coverage-parser" % "2.0.6"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "2.2.4" % "test"
lazy val `rapture-json-circe` = "com.propensive" %% "rapture-json-circe" % "2.0.0-M7"

Expand Down

0 comments on commit 933beeb

Please sign in to comment.