From c63e7face848c75a8f1563250bc51df3ee4b9b1a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 27 Sep 2024 00:02:36 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- .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..6cd8c13 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.15', '3.0.2'] platform: ['JVM'] steps: - name: Checkout current branch