From 10e258eb7640bd8fa0ca24b3c1b468f98d5fd9d2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 3 Nov 2025 18:00:36 +0000 Subject: [PATCH] Update scala-compiler, scala-library to 2.13.17 --- .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 fa154fe..e50df00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [2.13.16, 3.3.5, 3.6.4] + scala: [2.13.17, 3.3.5, 3.6.4] java: [temurin@8, temurin@11, temurin@17, temurin@21] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index eb0270a..314683d 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import formless._ Global / onChangedBuildSource := ReloadOnSourceChanges -lazy val scala213 = "2.13.16" +lazy val scala213 = "2.13.17" lazy val scala3 = "3.3.5" lazy val scala3_6 = "3.6.4"