From ed49aeff27c65a036057159aadd84d6495176ad2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 10:22:47 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- .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 e8a4fd0..8713bef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: fail-fast: false matrix: java: ['adopt@1.8', 'adopt@1.11'] - scala: ['2.12.14', '2.13.6', '3.0.2'] + scala: ['2.12.14', '2.13.14', '3.0.2'] platform: ['JVM'] steps: - name: Checkout current branch