From 14a434360c1e0e08e329ae9bbd20b623ce32b12f Mon Sep 17 00:00:00 2001 From: David Marinho Date: Mon, 11 Sep 2023 12:13:13 +0100 Subject: [PATCH 1/2] bump codacy-sbt-plugin version --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 18c439f..31741d0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.0.0") +addSbtPlugin("com.codacy" % "codacy-sbt-plugin" % "25.1.1") From 6596f9ce713ce9ecc5cc6ba9cacb43bc86af116a Mon Sep 17 00:00:00 2001 From: David Marinho Date: Mon, 11 Sep 2023 12:34:33 +0100 Subject: [PATCH 2/2] bump libraries version --- build.sbt | 2 +- project/Dependencies.scala | 4 ++-- project/build.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 8737a78..9e9347c 100644 --- a/build.sbt +++ b/build.sbt @@ -104,7 +104,7 @@ val dockerUser = "docker" daemonUser in Docker := dockerUser -dockerBaseImage := "amazoncorretto:8-alpine3.14-jre" +dockerBaseImage := "amazoncorretto:8-alpine3.18-jre" dockerCommands := dockerCommands.value.flatMap { case cmd @ Cmd("ADD", _) => diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 5fa9fdf..59df01c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -1,10 +1,10 @@ import sbt._ object Dependencies { - val scalaV = "2.12.10" + val scalaV = "2.13.11" val betterFiles = "com.github.pathikrit" %% "better-files" % "3.8.0" - val codacyEngine = "com.codacy" %% "codacy-engine-scala-seed" % "5.0.2" + val codacyEngine = "com.codacy" %% "codacy-engine-scala-seed" % "6.0.1" val scalaReflect = "org.scala-lang" % "scala-reflect" % scalaV } diff --git a/project/build.properties b/project/build.properties index dcfaffb..58c9814 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.3.8 +sbt.version = 1.9.2