From a76f823d30cf84fc8cb519797c8643a59ac23096 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Jan 2025 13:50:50 +0000 Subject: [PATCH] Update scala-compiler, scala-library, ... to 2.13.16 --- .github/workflows/ci.yml | 2 +- build.sc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d164f15..a052fb4b 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.20", "2.13.15", "3.3.4"] + SCALA_VERSION: ["2.12.20", "2.13.16", "3.3.4"] steps: - uses: actions/checkout@v4 with: diff --git a/build.sc b/build.sc index 2df764db..b6684fe6 100644 --- a/build.sc +++ b/build.sc @@ -12,7 +12,7 @@ import scala.concurrent.duration.DurationInt object Versions { def scala212 = "2.12.20" - def scala213 = "2.13.15" + def scala213 = "2.13.16" def scala3 = "3.3.4" def scala = Seq(scala212, scala213, scala3)