diff --git a/.gitignore b/.gitignore index b528978f..42c11d14 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,7 @@ project/project/ #Ignore vscode AI rules .github/copilot-instructions.md + + +#Ignore vscode AI rules +.github/instructions/codacy.instructions.md diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 939e0ef7..2b394b8c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -2,8 +2,8 @@ import sbt._ object Dependencies { - val codacyPluginsVersion = "27.0.0_play_2.7" - val circeVersion = "0.12.3" + val codacyPluginsVersion = "29.1.5" + val circeVersion = "0.14.5" val specs2Version = "4.8.1" val codacyApiVersion = "49.31.14" val silencerVersion = "1.7.19" @@ -12,7 +12,7 @@ object Dependencies { "io.circe" %% "circe-core" % circeVersion, "io.circe" %% "circe-generic" % circeVersion, "io.circe" %% "circe-parser" % circeVersion, - "io.circe" %% "circe-yaml" % "0.13.1") + "io.circe" %% "circe-yaml" % "0.14.2") lazy val jodaTime = "joda-time" % "joda-time" % "2.10.6"