diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b96a30c..8fbc734 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8, 3.1.2] + scala: [2.13.12, 3.1.2] java: [temurin@8] project: [rootJS] browser: [Chrome, Firefox] @@ -115,7 +115,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8] + scala: [2.13.12] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -152,12 +152,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.13.8, Chrome, rootJS) + - name: Download target directories (2.13.12, Chrome, rootJS) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-Chrome-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-Chrome-rootJS - - name: Inflate target directories (2.13.8, Chrome, rootJS) + - name: Inflate target directories (2.13.12, Chrome, rootJS) run: | tar xf targets.tar rm targets.tar @@ -191,7 +191,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8] + scala: [2.13.12] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 5a9b345..19d7fe6 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ ThisBuild / tlBaseVersion := "0.2" -val scala213 = "2.13.8" +val scala213 = "2.13.12" ThisBuild / scalaVersion := scala213 ThisBuild / crossScalaVersions := Seq(scala213, "3.1.2") ThisBuild / organization := "io.github.buntec"