diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5cfd84..6abd716 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16, 2.12.20, 3.3.6] + scala: [2.13.16, 2.12.20, 3.3.7] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -108,12 +108,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.6) + - name: Download target directories (3.3.7) uses: actions/download-artifact@v8 with: - name: target-${{ matrix.os }}-3.3.6-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.7-${{ matrix.java }} - - name: Inflate target directories (3.3.6) + - name: Inflate target directories (3.3.7) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 2db30b5..a799976 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ inThisBuild( val scala212Version = "2.12.20" val scala213Version = "2.13.16" -val scala3Version = "3.3.6" +val scala3Version = "3.3.7" val scalaVersions = Seq( scala213Version,