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.
1 parent 695d98c commit 6d46c98Copy full SHA for 6d46c98
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.2.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.2"
34
35
lazy val pprint = "com.lihaoyi" %% "pprint" % "0.5.7"
36
0 commit comments