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

Commit 6a92246

Browse files
authored
Merge pull request #50 from codacy/add-logs-failed-response
Update codacy api scala and coverage parser
2 parents 5a66ff9 + 93aa4f7 commit 6a92246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import sbt._
22

33
object Dependencies {
44

5-
val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "3.0.2"
6-
val coverageParser = "com.codacy" %% "coverage-parser" % "2.0.2"
5+
val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "3.0.7"
6+
val coverageParser = "com.codacy" %% "coverage-parser" % "2.0.7"
77
val `rapture-json-circe` = "com.propensive" %% "rapture-json-circe" % "2.0.0-M8" exclude("org.spire-math", "jawn-parser_2.11")
88

99
}

0 commit comments

Comments
 (0)