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 bd5409b commit 3dc3fc2Copy full SHA for 3dc3fc2
project/Dependencies.scala
@@ -2,7 +2,7 @@ import sbt._
2
3
object Dependencies {
4
5
- val codacyPluginsVersion = "20.0.0_play_2.7"
+ val codacyPluginsVersion = "20.0.4_play_2.7"
6
val circeVersion = "0.12.3"
7
val specs2Version = "4.8.1"
8
@@ -29,7 +29,7 @@ object Dependencies {
29
Seq("codacy-plugins", "codacy-plugins-runner-binary", "codacy-plugins-tools-list").map(
30
"com.codacy" %% _ % codacyPluginsVersion)
31
32
- lazy val pluginsApi = "com.codacy" %% "codacy-plugins-api" % "4.0.2"
+ lazy val pluginsApi = "com.codacy" %% "codacy-plugins-api" % "5.0.0"
33
34
lazy val pprint = "com.lihaoyi" %% "pprint" % "0.5.7"
35
0 commit comments