From 089201344c8d267289229d730807bb1e5ad4c42b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 30 Sep 2024 20:26:28 +0000 Subject: [PATCH 1/2] Update scala-library, scala-reflect to 2.13.15 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72a5945f2..e5da723e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: run: sbt '++ ${{ matrix.scala }}' checkGitNoUncommittedChanges - name: Check Doc Site (2.13.14 only) - if: matrix.scala == '2.13.14' + if: matrix.scala == '2.13.15' run: sbt '++ ${{ matrix.scala }}' docs/makeSite - name: Make target directories diff --git a/build.sbt b/build.sbt index 7c4ae5d92..65aae6ad0 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ lazy val shapelessVersion = "2.3.12" lazy val silencerVersion = "1.7.1" lazy val specs2Version = "4.20.7" lazy val scala212Version = "2.12.19" -lazy val scala213Version = "2.13.14" +lazy val scala213Version = "2.13.15" lazy val scala3Version = "3.3.4" // scala-steward:off lazy val slf4jVersion = "1.7.36" From eb6de4063d371c71d6c57fe5dc5c48979dfa4344 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 30 Sep 2024 20:27:23 +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 e5da723e2..30d116dec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: - name: Check there are no uncommitted changes in git (to catch generated files that weren't committed) run: sbt '++ ${{ matrix.scala }}' checkGitNoUncommittedChanges - - name: Check Doc Site (2.13.14 only) + - name: Check Doc Site (2.13.15 only) if: matrix.scala == '2.13.15' run: sbt '++ ${{ matrix.scala }}' docs/makeSite