Skip to content

Commit

Permalink
chore(deps): bump codacy-plugins-api and codacy-plugins TAROT-2416 (#489
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mrfyda authored Oct 26, 2023
1 parent 695d98c commit 6d46c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {

val codacyPluginsVersion = "26.0.0_play_2.7"
val codacyPluginsVersion = "26.2.1_play_2.7"
val circeVersion = "0.12.3"
val specs2Version = "4.8.1"
val codacyApiVersion = "26.20.0"
Expand Down Expand Up @@ -30,7 +30,7 @@ object Dependencies {
val codacyPlugins =
Seq("codacy-plugins", "codacy-plugins-runner-binary").map("com.codacy" %% _ % codacyPluginsVersion)

lazy val pluginsApi = "com.codacy" %% "codacy-plugins-api" % "5.3.1"
lazy val pluginsApi = "com.codacy" %% "codacy-plugins-api" % "7.2.2"

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

Expand Down

0 comments on commit 6d46c98

Please sign in to comment.