From f366659db0d70ce57b82748e10fd0fa90f6e3b67 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 12:39:24 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.15 --- .github/workflows/ci.yml | 2 +- project/Settings.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93b98f6..43b45a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - SCALA_VERSION: ["2.12.19", "2.13.14"] + SCALA_VERSION: ["2.12.19", "2.13.15"] steps: - uses: actions/checkout@v4 - uses: coursier/cache-action@v6 diff --git a/project/Settings.scala b/project/Settings.scala index 765b1b1..b3d8697 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -82,7 +82,7 @@ object Settings { ) private val scala212 = "2.12.19" - private val scala213 = "2.13.14" + private val scala213 = "2.13.15" private lazy val isAtLeastScala213 = Def.setting { import Ordering.Implicits._