From 581a89b23c0f9888d7b459fe5bb0fe7effe99e64 Mon Sep 17 00:00:00 2001 From: Lorenzo Gabriele Date: Thu, 23 Nov 2023 09:55:23 +0100 Subject: [PATCH] bump: codacy-plugin and codacy-plugins-api (#490) * bump: codacy-plugin and codacy-plugins-api * clean: Cleanup circle cache --- .circleci/config.yml | 2 +- project/Dependencies.scala | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"