From 970b0bb94742858830bf2d2b87e3a8c8984f02b9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Jul 2022 02:49:21 +0000 Subject: [PATCH 1/5] Update scala3-library to 3.1.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 64a6124..819f1d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.8, 3.1.2] + scala: [2.12.15, 2.13.8, 3.1.3] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -77,7 +77,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.2] + scala: [3.1.3] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 6fd98aa..e800cf6 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ homepage := Some(url("http://sangria-graphql.github.io/")) licenses := Seq( "Apache License, ASL Version 2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")) -ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.8", "3.1.2") +ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.8", "3.1.3") ThisBuild / scalaVersion := crossScalaVersions.value.last ThisBuild / githubWorkflowPublishTargetBranches := List() ThisBuild / githubWorkflowBuildPreamble ++= List( From f8a4879dda9d11abe1a6eb6919fbe6c608b4e8f1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Jul 2022 02:49:55 +0000 Subject: [PATCH 2/5] 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 819f1d9..66042d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,12 +123,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.2) + - name: Download target directories (3.1.3) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.1.2-${{ matrix.java }} + name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }} - - name: Inflate target directories (3.1.2) + - name: Inflate target directories (3.1.3) run: | tar xf targets.tar rm targets.tar From a00489d650384087a8701538961bc8f994bc811e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 Jul 2022 17:20:42 +0000 Subject: [PATCH 3/5] Revert commit(s) f8a4879, 970b0bb --- .github/workflows/ci.yml | 10 +++++----- build.sbt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66042d4..64a6124 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.8, 3.1.3] + scala: [2.12.15, 2.13.8, 3.1.2] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -77,7 +77,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.3] + scala: [3.1.2] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -123,12 +123,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.3) + - name: Download target directories (3.1.2) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.1.2-${{ matrix.java }} - - name: Inflate target directories (3.1.3) + - name: Inflate target directories (3.1.2) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index e800cf6..6fd98aa 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ homepage := Some(url("http://sangria-graphql.github.io/")) licenses := Seq( "Apache License, ASL Version 2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")) -ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.8", "3.1.3") +ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.8", "3.1.2") ThisBuild / scalaVersion := crossScalaVersions.value.last ThisBuild / githubWorkflowPublishTargetBranches := List() ThisBuild / githubWorkflowBuildPreamble ++= List( From 3bcfe4cc263b00b1c2bb89bb7f24562b8fbd95f4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 Jul 2022 17:20:46 +0000 Subject: [PATCH 4/5] Update scala3-library to 3.1.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 987c1a2..48b1148 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.16, 2.13.8, 3.1.2] + scala: [2.12.16, 2.13.8, 3.1.3] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -77,7 +77,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.2] + scala: [3.1.3] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index aa254ab..a18e847 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ homepage := Some(url("http://sangria-graphql.github.io/")) licenses := Seq( "Apache License, ASL Version 2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")) -ThisBuild / crossScalaVersions := Seq("2.12.16", "2.13.8", "3.1.2") +ThisBuild / crossScalaVersions := Seq("2.12.16", "2.13.8", "3.1.3") ThisBuild / scalaVersion := crossScalaVersions.value.last ThisBuild / githubWorkflowPublishTargetBranches := List() ThisBuild / githubWorkflowBuildPreamble ++= List( From 32c15116638f8993ff587bccebff3b14f60981b4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 Jul 2022 17:21:27 +0000 Subject: [PATCH 5/5] 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 48b1148..07853f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,12 +123,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.2) + - name: Download target directories (3.1.3) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.1.2-${{ matrix.java }} + name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }} - - name: Inflate target directories (3.1.2) + - name: Inflate target directories (3.1.3) run: | tar xf targets.tar rm targets.tar