From f01bd109cf4dd256ef964ce3bf82061449dc0307 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Oct 2025 21:20:49 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.7 --- .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..8c6eb196 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.7 steps: - uses: actions/checkout@v3