From 710b63dffcdfa3424d1b8ea172bc19853bb6755b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Dec 2025 03:51:51 +0000 Subject: [PATCH 1/2] Update scala-library to 2.12.21 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cf4ea89..a985b79 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -lazy val scala212 = "2.12.20" +lazy val scala212 = "2.12.21" lazy val scala213 = "2.13.15" lazy val scala3 = "3.2.2" From 9ea63f028d2aa409ea66c65703aad8873a5fb482 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Dec 2025 03:52:25 +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