From 5d5d31061d2ee66cc2b2741568c147b954e244c7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Oct 2025 00:24:56 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.3.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cf4ea89..3e75f0b 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ lazy val scala212 = "2.12.20" lazy val scala213 = "2.13.15" -lazy val scala3 = "3.2.2" +lazy val scala3 = "3.3.7" lazy val supportedScalaVersions = List( scala3, From 7f742f8f89abb5b8be1aff8df0aed9ec9d0188ea Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Oct 2025 00:25:30 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02776fe..94acdee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: run: sbt '++ ${{ matrix.scala }}' test - name: Compress target directories - run: tar cf targets.tar target modules/shacl/target modules/utilsTest/target project/target + run: tar cf targets.tar target modules/shacl/target project/target - name: Upload target directories uses: actions/upload-artifact@v4