From e90812cd0dda628f1b3b588ab6d468a0669dafbf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 May 2025 15:20:31 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.6 --- .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..487f81af 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.6 steps: - uses: actions/checkout@v3