diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4223157..10c99bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-22.04] - scala: [3.3.3, 2.12.19, 2.13.14] + scala: [3.4.1, 2.12.19, 2.13.14] java: [temurin@17] project: [rootJS, root, rootNative] runs-on: ${{ matrix.os }} @@ -133,30 +133,30 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (3.3.3, rootJS) + - name: Download target directories (3.4.1, rootJS) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-3.4.1-rootJS - - name: Inflate target directories (3.3.3, rootJS) + - name: Inflate target directories (3.4.1, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.3, root) + - name: Download target directories (3.4.1, root) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-root + name: target-${{ matrix.os }}-${{ matrix.java }}-3.4.1-root - - name: Inflate target directories (3.3.3, root) + - name: Inflate target directories (3.4.1, root) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.3, rootNative) + - name: Download target directories (3.4.1, rootNative) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-3.4.1-rootNative - - name: Inflate target directories (3.3.3, rootNative) + - name: Inflate target directories (3.4.1, rootNative) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 57af552..2135d8f 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.3.3") +ThisBuild / crossScalaVersions := List("2.12.19", "2.13.14", "3.4.1") ThisBuild / scalacOptions ++= scalaOptions(scalaVersion.value) ThisBuild / libraryDependencies ++= Seq(