From 774d39435992b8249ac679588707245e6e272142 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 11 Sep 2023 04:16:47 +0000 Subject: [PATCH] Update scala3-library to 3.3.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..22fd142 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.3.1'] platform: ['JVM'] steps: - name: Checkout current branch