From 41d7474b52d04038e68e8f78f0cb49032f190cc3 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 28 Apr 2024 19:14:52 +0200 Subject: [PATCH] Update scala3-library to 3.3.3 (#1368) --- .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 499eb6c87..f64cd77f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: fail-fast: false matrix: java: ['adopt@1.8', 'adopt@1.11'] - scala: ['2.12.18', '2.13.12', '3.3.1'] + scala: ['2.12.18', '2.13.12', '3.3.3'] platform: ['JS', 'JVM', 'Native'] steps: - name: Checkout current branch