Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f340306

Browse files
caxariartfpessoa
authored andcommittedSep 7, 2017
Updated dependency of coverage parser (#63)
1 parent 8e50c1b commit f340306

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" % "3.0.1"
6-
lazy val coverageParser = "com.codacy" %% "coverage-parser" % "2.0.0"
6+
lazy val coverageParser = "com.codacy" %% "coverage-parser" % "2.0.1"
77
lazy val scopt = "com.github.scopt" %% "scopt" % "3.3.0"
88
lazy val log = "ch.qos.logback" % "logback-classic" % "1.2.1"
99
lazy val raptureJsonPlay = "com.propensive" %% "rapture-json-play" % "2.0.0-M7"

0 commit comments

Comments
 (0)
Please sign in to comment.