diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dd8e49..95e20d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - scala: [ 2.12, 2.13, 3 ] + scala: [ 2.12, 2.13, 3.3 ] java: [ temurin@17 ] project: [ rootJS, root, rootNative ] runs-on: ${{ matrix.os }} @@ -103,30 +103,30 @@ jobs: if: matrix.java == 'temurin@17' && steps.setup-java-temurin-17.outputs.cache-hit == 'false' run: sbt +update - - name: Download target directories (3, rootJS) + - name: Download target directories (3.3, rootJS) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3-rootJS - - name: Inflate target directories (3, rootJS) + - name: Inflate target directories (3.3, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3, root) + - name: Download target directories (3.3, root) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3-root + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3-root - - name: Inflate target directories (3, root) + - name: Inflate target directories (3.3, root) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3, rootNative) + - name: Download target directories (3.3, rootNative) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3-rootNative - - name: Inflate target directories (3, rootNative) + - name: Inflate target directories (3.3, rootNative) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 78eaf14..e31c1ca 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ ThisBuild / organization := "dev.kovstas" ThisBuild / scalaVersion := "2.13.14" -ThisBuild / crossScalaVersions := List("2.12.19", "2.13.14", "3.4.2") +ThisBuild / crossScalaVersions := List("2.12.19", "2.13.14", "3.3.3") ThisBuild / scalacOptions ++= scalaOptions(scalaVersion.value) ThisBuild / libraryDependencies ++= Seq(