From 120e9cd4694d63fd514271899ac6ef40e19b81ec Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 22 Apr 2025 22:06:11 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cf4ea89..7967ae9 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.16" lazy val scala3 = "3.2.2" lazy val supportedScalaVersions = List( From 3f9d3f0afa24fd1a9d77d5f91a93e91147890fb5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 22 Apr 2025 22:06:41 +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