Skip to content

Commit 7966f09

Browse files
authored
Merge pull request #415 from codacy/fix/terraform-metrics-support-CY-4744
fix: bump plugins to enable terraform metrics support CY-4744
2 parents a1f48e1 + 4916250 commit 7966f09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "21.0.0")
1+
addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "21.0.3")
22

33
// Coverage
44
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")

0 commit comments

Comments
 (0)