diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67e7533..af092a5 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.1, 2.12.19, 2.13.13] + scala: [3.3.3, 2.12.19, 2.13.13] 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.1, rootJS) + - name: Download target directories (3.3.3, rootJS) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootJS - - name: Inflate target directories (3.3.1, rootJS) + - name: Inflate target directories (3.3.3, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.1, root) + - name: Download target directories (3.3.3, root) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1-root + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-root - - name: Inflate target directories (3.3.1, root) + - name: Inflate target directories (3.3.3, root) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.1, rootNative) + - name: Download target directories (3.3.3, rootNative) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootNative - - name: Inflate target directories (3.3.1, rootNative) + - name: Inflate target directories (3.3.3, rootNative) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 76a0ad0..5c84fab 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ ThisBuild / organization := "dev.kovstas" ThisBuild / scalaVersion := "2.13.13" -ThisBuild / crossScalaVersions := List("2.12.19", "2.13.13", "3.3.1") +ThisBuild / crossScalaVersions := List("2.12.19", "2.13.13", "3.3.3") ThisBuild / scalacOptions ++= scalaOptions(scalaVersion.value) ThisBuild / libraryDependencies ++= Seq(