diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35c820c3..38fbf7a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.6, 2.12.14, 3.0.1] + scala: [2.13.6, 2.12.14, 3.0.2] java: [adopt@1.8, adopt@1.11] runs-on: ${{ matrix.os }} steps: @@ -126,12 +126,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/project/Dependencies.scala b/project/Dependencies.scala index 44197346..78449493 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,7 +4,7 @@ object Dependencies { object Versions { val scala212 = "2.12.14" val scala213 = "2.13.6" - val scala3 = "3.0.1" + val scala3 = "3.0.2" val trace4cats = "0.12.0" val trace4catsExporterHttp = "0.12.0"