Skip to content

Commit 097d39b

Browse files
authored
bump: codacy-plugins to 26.2.6 and codacy-plugins-api to 8.1.1 [TAROT-2630]
1 parent 1358f63 commit 097d39b

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.2.2_play_2.7"
5+
val codacyPluginsVersion = "26.2.6_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" % "8.0.0"
33+
lazy val pluginsApi = "com.codacy" %% "codacy-plugins-api" % "8.1.1"
3434

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

0 commit comments

Comments
 (0)