From ce38843984b03ac17c3c80f744e617cf23e66f87 Mon Sep 17 00:00:00 2001 From: "Yang, Bo" Date: Wed, 25 Jan 2023 18:27:22 -0800 Subject: [PATCH] Upgrade Scala to 3.2.2 (#650) --- .github/workflows/scala.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 52ceaa95..c881a2fa 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -12,8 +12,8 @@ jobs: strategy: fail-fast: false matrix: - scala: - - 3.2.1 + include: + - scala: 3.2.2 steps: - uses: actions/checkout@v2