Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,7 @@ project/project/

#Ignore vscode AI rules
.github/copilot-instructions.md


#Ignore vscode AI rules
.github/instructions/codacy.instructions.md
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

Expand Down