From d47fc96b810108f58f155f2c08620d8a3c3ce7a7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Jan 2025 13:51:48 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.16 --- .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..9f2b198 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.16"] steps: - uses: actions/checkout@v4 - uses: coursier/cache-action@v6 diff --git a/project/Settings.scala b/project/Settings.scala index 765b1b1..d9bc0e7 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.16" private lazy val isAtLeastScala213 = Def.setting { import Ordering.Implicits._