From 6c55e41dfc613f5d9802caa94940e57b87e52871 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 19:39:28 +0000 Subject: [PATCH] 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 4a947125d..44568102d 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.3" // scala-steward:off lazy val slf4jVersion = "1.7.36"