Skip to content

Commit 5e36383

Browse files
Merge pull request #336 from codacy/feature/bump-plugins-add-objective-c-lang-CY-3241
feature: bump plugins to add support for objective c CY-3241
2 parents 700d524 + 6298c85 commit 5e36383

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/test/scala/com.codacy.analysis.core/tools/MetricsToolSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class MetricsToolSpec extends Specification with NoLanguageFeatures {
6262

6363
val tools = MetricsToolCollector.fromLanguages(languagesWithTools)
6464

65-
tools must haveSize(4)
65+
tools must haveSize(5)
6666

6767
tools.map(_.languageToRun) must containTheSameElementsAs(languagesWithTools.to[Seq])
6868
}

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 codacyPluginsVersion = "21.0.6_play_2.7"
5+
val codacyPluginsVersion = "21.7.0_play_2.7"
66
val circeVersion = "0.12.3"
77
val specs2Version = "4.8.1"
88
val codacyApiVersion = "18.5.0"

0 commit comments

Comments
 (0)