From 3032258363e420e144a0c641e26c9eb7f4f4fc78 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 23:41:23 +0000 Subject: [PATCH] Update scala-library to 2.12.20 --- .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..40fd2c1 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.20', '2.13.6', '3.0.2'] platform: ['JVM'] steps: - name: Checkout current branch