Skip to content

Commit 3dc3fc2

Browse files
bump: Bump codacy-plugins to version 20.0.4
1 parent bd5409b commit 3dc3fc2

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 = "20.0.0_play_2.7"
5+
val codacyPluginsVersion = "20.0.4_play_2.7"
66
val circeVersion = "0.12.3"
77
val specs2Version = "4.8.1"
88

@@ -29,7 +29,7 @@ object Dependencies {
2929
Seq("codacy-plugins", "codacy-plugins-runner-binary", "codacy-plugins-tools-list").map(
3030
"com.codacy" %% _ % codacyPluginsVersion)
3131

32-
lazy val pluginsApi = "com.codacy" %% "codacy-plugins-api" % "4.0.2"
32+
lazy val pluginsApi = "com.codacy" %% "codacy-plugins-api" % "5.0.0"
3333

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

0 commit comments

Comments
 (0)