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

Commit b7c667d

Browse files
authored
Merge pull request #18 from codacy/improve-feedback-coverage-report
Update codacy api scala
2 parents 611ceca + 4f7af35 commit b7c667d

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
@@ -2,7 +2,7 @@ import sbt._
22

33
object Dependencies {
44

5-
val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "3.0.4"
5+
val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "3.0.5"
66
val scalaTest = "org.scalatest" %% "scalatest" % "3.0.4" % "test"
77

88
}

0 commit comments

Comments
 (0)