diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fbc617..0edcf30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8, 2.12.16, 3.1.3] + scala: [2.13.8, 2.12.18, 3.1.3] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: @@ -128,12 +128,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.16) + - name: Download target directories (2.12.18) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.16-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }} - - name: Inflate target directories (2.12.16) + - name: Inflate target directories (2.12.18) run: | tar xf targets.tar rm targets.tar diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ebfabda..b73e261 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -2,7 +2,7 @@ import sbt._ object Dependencies { object Versions { - val scala212 = "2.12.16" + val scala212 = "2.12.18" val scala213 = "2.13.8" val scala3 = "3.1.3"