Skip to content

Commit

Permalink
bump: codacy-plugins to 26.2.6 and codacy-plugins-api to 8.1.1 [T…
Browse files Browse the repository at this point in the history
…AROT-2630]
  • Loading branch information
afsmeira authored May 6, 2024
1 parent 1358f63 commit 097d39b
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.2.2_play_2.7"
val codacyPluginsVersion = "26.2.6_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" % "8.0.0"
lazy val pluginsApi = "com.codacy" %% "codacy-plugins-api" % "8.1.1"

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

Expand Down

0 comments on commit 097d39b

Please sign in to comment.