diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a829f7..eb2b171 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.1] + scala: [3.0.2] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -73,7 +73,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.1] + scala: [3.0.2] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -99,12 +99,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - 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 6a363ed..615da96 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ ThisBuild / organizationName := "Scodec" ThisBuild / homepage := Some(url("https://github.com/scodec/scodec-protocols")) ThisBuild / startYear := Some(2013) -ThisBuild / crossScalaVersions := Seq("3.0.1") +ThisBuild / crossScalaVersions := Seq("3.0.2") ThisBuild / strictSemVer := false