diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abb3708..610fc05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.14, 2.13.6, 3.0.1] + scala: [2.12.14, 2.13.6, 3.0.2] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -131,12 +131,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.0.1) + - name: Download target directories (3.0.2) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.0.1-${{ matrix.java }} + name: target-${{ matrix.os }}-3.0.2-${{ matrix.java }} - - name: Inflate target directories (3.0.1) + - name: Inflate target directories (3.0.2) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 7509f66..1441bf9 100644 --- a/build.sbt +++ b/build.sbt @@ -145,7 +145,7 @@ inThisBuild( publishGithubUser := "rossabaker", publishFullName := "Ross A. Baker", baseVersion := "1.1", - crossScalaVersions := Seq("2.12.14", Scala213, "3.0.1"), + crossScalaVersions := Seq("2.12.14", Scala213, "3.0.2"), scalaVersion := crossScalaVersions.value.filter(_.startsWith("2.")).last, versionIntroduced := Map( "3.0.0-RC1" -> "1.0.0",