From acf4a4e1599b5b6f1bfaa87e8a196e314b672fc9 Mon Sep 17 00:00:00 2001 From: "unfiltered-app[bot]" <74865306+unfiltered-app[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:07:40 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.16 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f633840..e11b6dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: include: - - scala: 2.12.20 + - scala: 2.13.16 - scala: 2.13.14 steps: - uses: actions/setup-java@v4 From ace1c1f7603e9deb831e9c7b3cfcfb5b7d87ddb5 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Fri, 17 Jan 2025 07:54:01 +0900 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e11b6dc..09f4867 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,8 @@ jobs: fail-fast: false matrix: include: + - scala: 2.12.20 - scala: 2.13.16 - - scala: 2.13.14 steps: - uses: actions/setup-java@v4 with: