From 37a1e5e0143ebd2520a349b36b9d1f796d571aa5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 29 Mar 2024 02:09:08 +0000 Subject: [PATCH] Update scala3-library to 3.4.1 --- .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..f013256 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.6', '3.4.1'] platform: ['JVM'] steps: - name: Checkout current branch