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 3188880 + e6dbbab commit 0cd1551Copy full SHA for 0cd1551
project/Dependencies.scala
@@ -2,7 +2,7 @@ import sbt._
2
3
object Dependencies {
4
5
- val codacyPluginsVersion = "26.0.0_play_2.7"
+ val codacyPluginsVersion = "26.1.1_play_2.7"
6
val circeVersion = "0.12.3"
7
val specs2Version = "4.8.1"
8
val codacyApiVersion = "26.20.0"
@@ -30,7 +30,7 @@ object Dependencies {
30
val codacyPlugins =
31
Seq("codacy-plugins", "codacy-plugins-runner-binary").map("com.codacy" %% _ % codacyPluginsVersion)
32
33
- lazy val pluginsApi = "com.codacy" %% "codacy-plugins-api" % "5.3.1"
+ lazy val pluginsApi = "com.codacy" %% "codacy-plugins-api" % "7.2.1"
34
35
lazy val pprint = "com.lihaoyi" %% "pprint" % "0.5.7"
36
0 commit comments