From 0b2794a00109387146590513180efee45bec7456 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 19:10:22 +0000 Subject: [PATCH 1/5] Update sbt-scalafix to 0.12.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3b261e0..1304dab 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") // CI Release plugin. // ~ From f7271bb25e9ca56e0ec7d32a2a2f19906aaabc69 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 19:10:32 +0000 Subject: [PATCH 2/5] Update scala-library to 2.13.14 --- .github/workflows/continouos-integration.yml | 6 +++--- project/Dependencies.scala | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continouos-integration.yml b/.github/workflows/continouos-integration.yml index eb273b6..6d40db3 100644 --- a/.github/workflows/continouos-integration.yml +++ b/.github/workflows/continouos-integration.yml @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: true matrix: - scala: [ '2.13.13' ] + scala: [ '2.13.14' ] steps: - uses: actions/checkout@v3 @@ -70,12 +70,12 @@ jobs: matrix: distribution: [ 'corretto' ] jdk: [ '11' ] - scala: [ '2.13.13' ] + scala: [ '2.13.14' ] experimental: [ false ] include: - jdk: '17' distribution: 'corretto' - scala: '2.13.13' + scala: '2.13.14' experimental: true steps: diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ee3b346..7beaa0b 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,7 +5,7 @@ import sbt.plugins.JvmPlugin object Dependencies extends AutoPlugin { object Version { - val scala213 = "2.13.13" + val scala213 = "2.13.14" val play = "2.9.2" val guice = "7.0.0" From 6b8fdfdb617279c68c9806f401f22f0edefc30d5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 19:10:40 +0000 Subject: [PATCH 3/5] Update sbt-scoverage to 2.0.12 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3b261e0..4a88f27 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,7 +11,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") // ~ // sbt-scoverage is a plugin for SBT that integrates the scoverage code coverage library. // See more: https://github.com/scoverage/sbt-scoverage -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12") // Fixing Scala-Xml mess (Temp). ThisBuild / libraryDependencySchemes ++= Seq( From 5ac0f260c63ff11b7315d5eb28a77693e5c848b8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 May 2024 00:15:30 +0000 Subject: [PATCH 4/5] Update play to 2.9.3 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ee3b346..e40aaf0 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -7,7 +7,7 @@ object Dependencies extends AutoPlugin { object Version { val scala213 = "2.13.13" - val play = "2.9.2" + val play = "2.9.3" val guice = "7.0.0" val jackson = "2.16.1" From b3db9a719568cf044ad6f2ffceb8abc8d3f00b96 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 May 2024 00:15:39 +0000 Subject: [PATCH 5/5] Update sbt, sbt-dependency-tree to 1.10.0 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 04267b1..081fdbb 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 +sbt.version=1.10.0