Skip to content

Commit 6d46c98

Browse files
authored
chore(deps): bump codacy-plugins-api and codacy-plugins TAROT-2416 (#489)
1 parent 695d98c commit 6d46c98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbt._
22

33
object Dependencies {
44

5-
val codacyPluginsVersion = "26.0.0_play_2.7"
5+
val codacyPluginsVersion = "26.2.1_play_2.7"
66
val circeVersion = "0.12.3"
77
val specs2Version = "4.8.1"
88
val codacyApiVersion = "26.20.0"
@@ -30,7 +30,7 @@ object Dependencies {
3030
val codacyPlugins =
3131
Seq("codacy-plugins", "codacy-plugins-runner-binary").map("com.codacy" %% _ % codacyPluginsVersion)
3232

33-
lazy val pluginsApi = "com.codacy" %% "codacy-plugins-api" % "5.3.1"
33+
lazy val pluginsApi = "com.codacy" %% "codacy-plugins-api" % "7.2.2"
3434

3535
lazy val pprint = "com.lihaoyi" %% "pprint" % "0.5.7"
3636

0 commit comments

Comments
 (0)