From 95bdb61b1be060219a7d2043f889b694d1911e43 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 1 Nov 2021 19:11:17 +0100 Subject: [PATCH 1/2] Update scala-library to 2.13.7 --- .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 3ecba14..9615d4d 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.6, 3.1.0] + scala: [2.12.15, 2.13.7, 3.1.0] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index edfe056..f363b61 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.6", "3.1.0") +ThisBuild / crossScalaVersions := Seq("2.12.15", "2.13.7", "3.1.0") ThisBuild / scalaVersion := crossScalaVersions.value.last ThisBuild / githubWorkflowPublishTargetBranches := List() ThisBuild / githubWorkflowBuildPreamble ++= List( From 075a8c2ad9b3d57bb81ab2cf31f80e322817c708 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 1 Nov 2021 19:11:47 +0100 Subject: [PATCH 2/2] Regenerate workflow with sbt-github-actions --- .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 9615d4d..72125f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,12 +113,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.6) + - name: Download target directories (2.13.7) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.6-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.7-${{ matrix.java }} - - name: Inflate target directories (2.13.6) + - name: Inflate target directories (2.13.7) run: | tar xf targets.tar rm targets.tar