From 8237362324c1fd95a46e5ce8cc8d2b6a89a371f0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Dec 2024 17:22:43 +0000 Subject: [PATCH 1/9] Update sbt-ci-release to 1.9.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2b7e30a..0467a30 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,4 +3,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.14") addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") From 2cf6d5008599367a5f267d0d3cb62807fd69cbf7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Dec 2024 21:25:56 +0000 Subject: [PATCH 2/9] Update sbt, scripted-plugin to 1.10.7 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index e88a0d8..73df629 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.6 +sbt.version=1.10.7 From a36296cf2d48d80c73713c553b6466090008fef8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 06:45:22 +0000 Subject: [PATCH 3/9] Update scala-library to 2.13.16 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 737b2fc..56a28e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.20, 2.13.15, 3.5.2] + scala: [2.12.20, 2.13.16, 3.5.2] java: [zulu@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 8f81643..6d24bd5 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ homepage := Some(url("http://sangria-graphql.org")) licenses := Seq( "Apache License, ASL Version 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")) -ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.15", "3.5.2") +ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.16", "3.5.2") ThisBuild / scalaVersion := crossScalaVersions.value.last ThisBuild / githubWorkflowPublishTargetBranches := List() ThisBuild / githubWorkflowBuildPreamble ++= List( From 298e6e9b50b809cc3d4ecc751ba1fd9d47743334 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 06:46:06 +0000 Subject: [PATCH 4/9] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56a28e7..ecf5a6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,12 +101,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.15) + - name: Download target directories (2.13.16) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }} - - name: Inflate target directories (2.13.15) + - name: Inflate target directories (2.13.16) run: | tar xf targets.tar rm targets.tar From f45a822b498c41784ef84737b1fccb1e879bdead Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 06:46:15 +0000 Subject: [PATCH 5/9] Update sbt-scalafmt to 2.5.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2b7e30a..f15accf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,5 +2,5 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.14") addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") From b52d97ddc21c8ebda46b75ccd0995dd3d9a09882 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 06:46:36 +0000 Subject: [PATCH 6/9] Update sbt-scoverage to 2.3.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2b7e30a..03ef37f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.14") addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") From ab6966820fcdc978f2f732e4ba4f88b1fd8450f9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 22 Jan 2025 20:38:41 +0000 Subject: [PATCH 7/9] Update scala3-library to 3.6.3 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 737b2fc..e110bd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.20, 2.13.15, 3.5.2] + scala: [2.12.20, 2.13.15, 3.6.3] java: [zulu@8] runs-on: ${{ matrix.os }} steps: @@ -71,7 +71,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.5.2] + scala: [3.6.3] java: [zulu@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 8f81643..2ab3c1e 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ homepage := Some(url("http://sangria-graphql.org")) licenses := Seq( "Apache License, ASL Version 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")) -ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.15", "3.5.2") +ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.15", "3.6.3") ThisBuild / scalaVersion := crossScalaVersions.value.last ThisBuild / githubWorkflowPublishTargetBranches := List() ThisBuild / githubWorkflowBuildPreamble ++= List( From c1a29cf5a16d8d840f19f28faa45ee3f5029db75 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 22 Jan 2025 20:39:30 +0000 Subject: [PATCH 8/9] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e110bd9..3560d07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,12 +111,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.5.2) + - name: Download target directories (3.6.3) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-3.5.2-${{ matrix.java }} + name: target-${{ matrix.os }}-3.6.3-${{ matrix.java }} - - name: Inflate target directories (3.5.2) + - name: Inflate target directories (3.6.3) run: | tar xf targets.tar rm targets.tar From f40f439356b851074bbff7511ab7c4a5423891f0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 25 Jan 2025 03:51:38 +0000 Subject: [PATCH 9/9] Update scalafmt-core to 3.8.6 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 06db72f..7a6ee14 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.3 +version = 3.8.6 runner.dialect = scala213