diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aab3868..cb70943 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - scala: [2.12.19] + scala: [2.12.20] java: [temurin@8, temurin@11, temurin@17, temurin@21] exclude: - java: temurin@8 @@ -107,7 +107,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.19] + scala: [2.12.20] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -163,12 +163,12 @@ jobs: - name: Setup sbt uses: sbt/setup-sbt@v1 - - name: Download target directories (2.12.19) + - name: Download target directories (2.12.20) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }} - - name: Inflate target directories (2.12.19) + - name: Inflate target directories (2.12.20) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 9d4de6e..be786be 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ lazy val lang3 = "org.apache.commons" % "commons-text" % "1.12.0" lazy val repoSlug = "sbt/sbt-license-report" -val scala212 = "2.12.19" +val scala212 = "2.12.20" val scala3 = "3.3.3" pluginCrossBuild / sbtVersion := {