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

Commit a4aad90

Browse files
authored
Merge pull request #16 from codacy/update-codacy-api-scala
Update codacy-scala-api to version 3.0.3
2 parents 09d5d99 + 15a80fb commit a4aad90

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

88
}

0 commit comments

Comments
 (0)