From 8ef410957a05cad89f764465dce25eac4e4a2bf6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Mar 2024 06:32:01 +0000 Subject: [PATCH] Update scala3-compiler, scala3-library to 3.3.3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7357a0a..094ad07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: fail-fast: false matrix: java: ['17'] - scala: ['2.12.17', '2.13.10', '3.2.2'] + scala: ['2.12.17', '2.13.10', '3.3.3'] steps: - name: Checkout current branch uses: actions/checkout@v4.0.0 @@ -63,7 +63,7 @@ jobs: fail-fast: false matrix: java: ['8', '11', '17'] - scala: ['2.12.17', '2.13.10', '3.2.2'] + scala: ['2.12.17', '2.13.10', '3.3.3'] steps: - name: Checkout current branch uses: actions/checkout@v4.0.0