Skip to content

Commit 581a89b

Browse files
authored
bump: codacy-plugin and codacy-plugins-api (#490)
* bump: codacy-plugin and codacy-plugins-api * clean: Cleanup circle cache
1 parent 6d46c98 commit 581a89b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ references:
8989
webhook: https://hooks.slack.com/services/$SLACK_TOKEN
9090
failure_message: ":red_circle: A $CIRCLE_JOB job has failed! See more on: $RP_LAUNCH_URL, login with the default user."
9191

92-
cache_prefix: &cache_prefix sbt-cache-31012023
92+
cache_prefix: &cache_prefix sbt-cache-06112023
9393

9494
jobs:
9595
maven_dependencies:

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 = "26.2.1_play_2.7"
5+
val codacyPluginsVersion = "26.2.2_play_2.7"
66
val circeVersion = "0.12.3"
77
val specs2Version = "4.8.1"
88
val codacyApiVersion = "26.20.0"
@@ -30,7 +30,7 @@ object Dependencies {
3030
val codacyPlugins =
3131
Seq("codacy-plugins", "codacy-plugins-runner-binary").map("com.codacy" %% _ % codacyPluginsVersion)
3232

33-
lazy val pluginsApi = "com.codacy" %% "codacy-plugins-api" % "7.2.2"
33+
lazy val pluginsApi = "com.codacy" %% "codacy-plugins-api" % "8.0.0"
3434

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

0 commit comments

Comments
 (0)