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

Commit e65c8cc

Browse files
authored
Merge pull request #19 from codacy/update-codacy-api
Update codacy api scala
2 parents b7c667d + b39147b commit e65c8cc

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

88
}

0 commit comments

Comments
 (0)