File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
9494jobs :
9595 maven_dependencies :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import sbt._
22
33object 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
You can’t perform that action at this time.
0 commit comments