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.
codacy-plugins
codacy-plugins-api
1 parent 1358f63 commit 097d39bCopy full SHA for 097d39b
project/Dependencies.scala
@@ -2,7 +2,7 @@ import sbt._
2
3
object Dependencies {
4
5
- val codacyPluginsVersion = "26.2.2_play_2.7"
+ val codacyPluginsVersion = "26.2.6_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" % "8.0.0"
+ lazy val pluginsApi = "com.codacy" %% "codacy-plugins-api" % "8.1.1"
34
35
lazy val pprint = "com.lihaoyi" %% "pprint" % "0.5.7"
36
0 commit comments