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

Commit ca881d2

Browse files
authored
Fix coverage parser version to 1.1.6
1 parent 933beeb commit ca881d2

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" % "2.0.1"
6-
lazy val coverageParser = "com.codacy" %% "coverage-parser" % "2.0.6"
6+
lazy val coverageParser = "com.codacy" %% "coverage-parser" % "1.1.6"
77
lazy val scalaTest = "org.scalatest" %% "scalatest" % "2.2.4" % "test"
88
lazy val `rapture-json-circe` = "com.propensive" %% "rapture-json-circe" % "2.0.0-M7"
99

0 commit comments

Comments
 (0)