From adfa3478fc355a7c50932f344fc5d1c10f76494e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 5 Jul 2022 18:54:53 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.1.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 39682108..7e947c4c 100644 --- a/build.sbt +++ b/build.sbt @@ -175,7 +175,7 @@ lazy val mavenSettings = Seq( } ) -val Scala30 = "3.1.0" +val Scala30 = "3.1.3" val Scala213 = "2.13.7" val Scala212 = "2.12.15" val Jdk11 = "openjdk@1.11.0" From 6905c78f2a29d42a78e543efdc891ac4645d51a5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 5 Jul 2022 18:55:34 +0000 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 4d577a5d..0e4a14e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.7, 2.12.15, 3.1.0] + scala: [2.13.7, 2.12.15, 3.1.3] java: [openjdk@1.11.0] runs-on: ${{ matrix.os }} steps: @@ -134,12 +134,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.0) + - name: Download target directories (3.1.3) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.1.0-${{ matrix.java }} + name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }} - - name: Inflate target directories (3.1.0) + - name: Inflate target directories (3.1.3) run: | tar xf targets.tar rm targets.tar