diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fc9572..206f236 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [2.13.10, 2.12.17, 3.2.0] + scala: [2.13.14, 2.12.17, 3.2.0] java: [temurin@8, temurin@11, temurin@17] exclude: - scala: 2.12.17 @@ -155,7 +155,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] + scala: [2.13.14] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -224,12 +224,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.13.10) + - name: Download target directories (2.13.14) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14 - - name: Inflate target directories (2.13.10) + - name: Inflate target directories (2.13.14) run: | tar xf targets.tar rm targets.tar @@ -273,7 +273,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] + scala: [2.13.14] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 74ebe83..6bf5fe5 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ ThisBuild / developers := List( // publish website from this branch ThisBuild / tlSitePublishBranch := Some("main") -val Scala213 = "2.13.10" +val Scala213 = "2.13.14" ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.17", "3.2.0") ThisBuild / scalaVersion := Scala213 // the default Scala