From 8d9db26bd115b3a55e8bc0fc22ea4ca1583e0fd7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 14:25:01 +0000 Subject: [PATCH] Update scala-compiler, scala-library to 2.13.13 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7357a0a..99d05a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: fail-fast: false matrix: java: ['17'] - scala: ['2.12.17', '2.13.10', '3.2.2'] + scala: ['2.12.17', '2.13.13', '3.2.2'] steps: - name: Checkout current branch uses: actions/checkout@v4.0.0 @@ -63,7 +63,7 @@ jobs: fail-fast: false matrix: java: ['8', '11', '17'] - scala: ['2.12.17', '2.13.10', '3.2.2'] + scala: ['2.12.17', '2.13.13', '3.2.2'] steps: - name: Checkout current branch uses: actions/checkout@v4.0.0