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

Commit 2dd952b

Browse files
authored
Merge pull request #11 from codacy/pedrorijo91-patch-1
Bump codacy-api-scala
2 parents 677bbd0 + 73b06ee commit 2dd952b

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

88
}

0 commit comments

Comments
 (0)