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

Commit 960e448

Browse files
authored
Merge pull request #20 from codacy/update-codacy-api
Update codacy api scala
2 parents e65c8cc + e2b5bd4 commit 960e448

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.6"
5+
val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "3.0.7"
66
val scalaTest = "org.scalatest" %% "scalatest" % "3.0.4" % "test"
77

88
}

0 commit comments

Comments
 (0)