We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e65c8cc + e2b5bd4 commit 960e448Copy full SHA for 960e448
1 file changed
project/Dependencies.scala
@@ -2,7 +2,7 @@ import sbt._
2
3
object Dependencies {
4
5
- val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "3.0.6"
+ val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "3.0.7"
6
val scalaTest = "org.scalatest" %% "scalatest" % "3.0.4" % "test"
7
8
}
0 commit comments