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 700d524 + 6298c85 commit 5e36383Copy full SHA for 5e36383
core/src/test/scala/com.codacy.analysis.core/tools/MetricsToolSpec.scala
@@ -62,7 +62,7 @@ class MetricsToolSpec extends Specification with NoLanguageFeatures {
62
63
val tools = MetricsToolCollector.fromLanguages(languagesWithTools)
64
65
- tools must haveSize(4)
+ tools must haveSize(5)
66
67
tools.map(_.languageToRun) must containTheSameElementsAs(languagesWithTools.to[Seq])
68
}
project/Dependencies.scala
@@ -2,7 +2,7 @@ import sbt._
2
3
object Dependencies {
4
5
- val codacyPluginsVersion = "21.0.6_play_2.7"
+ val codacyPluginsVersion = "21.7.0_play_2.7"
6
val circeVersion = "0.12.3"
7
val specs2Version = "4.8.1"
8
val codacyApiVersion = "18.5.0"
0 commit comments