diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 475c09f..b7a56f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.17, 2.13.10, 3.3.0] + scala: [2.12.18, 2.13.10, 3.3.0] java: [temurin@11, temurin@17] project: [rootJVM] runs-on: ${{ matrix.os }} @@ -174,12 +174,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.12.17, rootJVM) + - name: Download target directories (2.12.18, rootJVM) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJVM - - name: Inflate target directories (2.12.17, rootJVM) + - name: Inflate target directories (2.12.18, rootJVM) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 4e78792..2f67baf 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val scala_212 = "2.12.17" +val scala_212 = "2.12.18" val scala_213 = "2.13.10" val scala_3 = "3.3.0"