diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af092a5..4223157 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.13] + scala: [3.3.3, 2.12.19, 2.13.14] java: [temurin@17] project: [rootJS, root, rootNative] runs-on: ${{ matrix.os }} @@ -96,7 +96,7 @@ jobs: strategy: matrix: os: [ ubuntu-22.04 ] - scala: [ 2.13.13 ] + scala: [ 2.13.14 ] java: [ temurin@17 ] runs-on: ${{ matrix.os }} steps: @@ -187,30 +187,30 @@ jobs: run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.13, rootJS) + - name: Download target directories (2.13.14, rootJS) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.13-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootJS - - name: Inflate target directories (2.13.13, rootJS) + - name: Inflate target directories (2.13.14, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.13, root) + - name: Download target directories (2.13.14, root) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.13-root + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-root - - name: Inflate target directories (2.13.13, root) + - name: Inflate target directories (2.13.14, root) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.13, rootNative) + - name: Download target directories (2.13.14, rootNative) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.13-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootNative - - name: Inflate target directories (2.13.13, rootNative) + - name: Inflate target directories (2.13.14, rootNative) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 5c84fab..57af552 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.3") +ThisBuild / scalaVersion := "2.13.14" +ThisBuild / crossScalaVersions := List("2.12.19", "2.13.14", "3.3.3") ThisBuild / scalacOptions ++= scalaOptions(scalaVersion.value) ThisBuild / libraryDependencies ++= Seq(