diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a0cb42..601fa4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.17, 2.13.10, 3.2.0] + scala: [2.12.17, 2.13.10, 3.2.1] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -79,7 +79,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.2.0] + scala: [3.2.1] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -127,12 +127,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.2.0) + - name: Download target directories (3.2.1) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.2.0-${{ matrix.java }} + name: target-${{ matrix.os }}-3.2.1-${{ matrix.java }} - - name: Inflate target directories (3.2.0) + - name: Inflate target directories (3.2.1) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 2621860..43c5ef6 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.17", "2.13.10", "3.2.0") +ThisBuild / crossScalaVersions := Seq("2.12.17", "2.13.10", "3.2.1") ThisBuild / scalaVersion := crossScalaVersions.value.last ThisBuild / githubWorkflowPublishTargetBranches := List() ThisBuild / githubWorkflowBuildPreamble ++= List(