From af7a5ed6c25b57358bbc93ca05984c7a9fd25867 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Mar 2024 01:13:00 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.3 --- .github/workflows/scala.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 9329f7bc..a0519f18 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: include: - - scala: 3.3.0 + - scala: 3.3.3 steps: - uses: actions/checkout@v3