From 6be9a421e06d93a902da122184fb266daebc3ddd Mon Sep 17 00:00:00 2001 From: Mark Tomko Date: Fri, 23 Feb 2024 09:51:31 -0800 Subject: [PATCH] Add 2.13.13 --- .github/workflows/ci.yml | 11 +++++++++++ build.sbt | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 809873b..b313975 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: - 2.13.10 - 2.13.11 - 2.13.12 + - 2.13.13 - 2.12.17 - 2.12.18 java: [temurin@17] @@ -290,6 +291,16 @@ jobs: tar xf targets.tar rm targets.tar + - name: Download target directories (2.13.13) + uses: actions/download-artifact@v2 + with: + name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }} + + - name: Inflate target directories (2.13.13) + run: | + tar xf targets.tar + rm targets.tar + - name: Download target directories (2.12.17) uses: actions/download-artifact@v2 with: diff --git a/build.sbt b/build.sbt index 4f1ac41..7752c36 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ inThisBuild(Seq( "3.4.1-RC1", "3.4.0", "3.3.2", "3.3.1", "3.3.1-RC7", "3.3.1-RC6", "3.3.1-RC5", "3.3.1-RC4", "3.3.1-RC3", "3.3.1-RC2", "3.3.1-RC1", "3.3.0", "3.2.2", "3.2.1", - "2.13.10", "2.13.11", "2.13.12", + "2.13.10", "2.13.11", "2.13.12", "2.13.13", "2.12.17", "2.12.18" ),