From d01313dee76177398d88a513343ccf27c05fef2e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 13:08:22 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.17 --- .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..d80b26c 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.17"] steps: - uses: actions/checkout@v4 - uses: coursier/cache-action@v6 diff --git a/project/Settings.scala b/project/Settings.scala index 765b1b1..3a101a8 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.17" private lazy val isAtLeastScala213 = Def.setting { import Ordering.Implicits._