From 402adb1fe7260ec373d6b70e8e543ce162169269 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 23:46:29 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cf4ea89..9ed3712 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ lazy val scala212 = "2.12.20" -lazy val scala213 = "2.13.15" +lazy val scala213 = "2.13.17" lazy val scala3 = "3.2.2" lazy val supportedScalaVersions = List( From dc33ca450cd204877d955d303b9411dcfd57927a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 23:47:01 +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