diff --git a/.circleci/config.yml b/.circleci/config.yml index 0b4fc06a..eeb3eba6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -89,7 +89,7 @@ references: webhook: https://hooks.slack.com/services/$SLACK_TOKEN failure_message: ":red_circle: A $CIRCLE_JOB job has failed! See more on: $RP_LAUNCH_URL, login with the default user." - cache_prefix: &cache_prefix sbt-cache-31012023 + cache_prefix: &cache_prefix sbt-cache-06112023 jobs: maven_dependencies: diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 728d51b6..5afef557 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -2,7 +2,7 @@ import sbt._ object Dependencies { - val codacyPluginsVersion = "26.2.1_play_2.7" + val codacyPluginsVersion = "26.2.2_play_2.7" val circeVersion = "0.12.3" val specs2Version = "4.8.1" val codacyApiVersion = "26.20.0" @@ -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" % "7.2.2" + lazy val pluginsApi = "com.codacy" %% "codacy-plugins-api" % "8.0.0" lazy val pprint = "com.lihaoyi" %% "pprint" % "0.5.7"