diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ac332e..bb69ad0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18, 2.13.11, 3.3.1] + scala: [2.12.18, 2.13.12, 3.3.1] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -95,12 +95,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.11) + - name: Download target directories (2.13.12) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-2.13.11-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.12-${{ matrix.java }} - - name: Inflate target directories (2.13.11) + - name: Inflate target directories (2.13.12) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 8950f3f..097e19a 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ homepage := Some(url("https://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.18", "2.13.11", "3.3.1") +ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.1") ThisBuild / scalaVersion := crossScalaVersions.value.last ThisBuild / githubWorkflowPublishTargetBranches := List() ThisBuild / githubWorkflowBuildPreamble ++= List(