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 8e50c1b commit f340306Copy full SHA for f340306
project/Dependencies.scala
@@ -3,7 +3,7 @@ import sbt._
3
object Dependencies {
4
5
lazy val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "3.0.1"
6
- lazy val coverageParser = "com.codacy" %% "coverage-parser" % "2.0.0"
+ lazy val coverageParser = "com.codacy" %% "coverage-parser" % "2.0.1"
7
lazy val scopt = "com.github.scopt" %% "scopt" % "3.3.0"
8
lazy val log = "ch.qos.logback" % "logback-classic" % "1.2.1"
9
lazy val raptureJsonPlay = "com.propensive" %% "rapture-json-play" % "2.0.0-M7"
0 commit comments