From 1313789dd6be75a5ba51d51e531beb89795f0c04 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Apr 2022 20:37:49 +0200 Subject: [PATCH 1/2] Update scala3-library to 3.1.2 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 580c063..b6c4409 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,7 +4,7 @@ object Dependencies { object Versions { val scala212 = "2.12.15" val scala213 = "2.13.8" - val scala3 = "3.1.1" + val scala3 = "3.1.2" val trace4cats = "0.13.1" val trace4catsAvro = "0.13.1" From fdb5063895ee77d84a034def8704967969cf3f22 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Apr 2022 20:38:20 +0200 Subject: [PATCH 2/2] Regenerate workflow with sbt-github-actions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a631b47..86cf67c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8, 2.12.15, 3.1.1] + scala: [2.13.8, 2.12.15, 3.1.2] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: @@ -138,12 +138,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.1) + - name: Download target directories (3.1.2) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.1.1-${{ matrix.java }} + name: target-${{ matrix.os }}-3.1.2-${{ matrix.java }} - - name: Inflate target directories (3.1.1) + - name: Inflate target directories (3.1.2) run: | tar xf targets.tar rm targets.tar