We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678eeb2 commit 6499b21Copy full SHA for 6499b21
1 file changed
project/Dependencies.scala
@@ -3,7 +3,7 @@ import sbt._
3
object Dependencies {
4
5
lazy val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "1.0.2"
6
- lazy val coverageParser = "com.codacy" %% "coverage-parser" % "1.1.3"
+ lazy val coverageParser = "com.codacy" %% "coverage-parser" % "1.1.4"
7
lazy val scalaTest = "org.scalatest" %% "scalatest" % "2.2.4" % "test"
8
9
}
0 commit comments