Skip to content

Commit

Permalink
bump: codacy-plugin and codacy-plugins-api (#490)
Browse files Browse the repository at this point in the history
* bump: codacy-plugin and codacy-plugins-api

* clean: Cleanup circle cache
  • Loading branch information
lolgab authored Nov 23, 2023
1 parent 6d46c98 commit 581a89b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
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.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"
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" % "7.2.2"
lazy val pluginsApi = "com.codacy" %% "codacy-plugins-api" % "8.0.0"

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

Expand Down

0 comments on commit 581a89b

Please sign in to comment.