From 361214c1bb64fd78083f129854482ed238ab2745 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 20:57:56 +0000 Subject: [PATCH] Update scala-library to 2.13.17 --- .github/workflows/scala.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index e7f1e8b..e5feeb8 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - scala-version: [2.12.20, 2.13.16, 3.3.6] + scala-version: [2.12.20, 2.13.17, 3.3.6] steps: - name: Checkout repository and submodules uses: actions/checkout@v2 diff --git a/build.sbt b/build.sbt index 1b663c0..c2cf8c7 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ val scalac2Flags = Seq( lazy val commonSettings = Seq( scalaVersion := "2.13.14", - crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.6"), + crossScalaVersions := Seq("2.12.20", "2.13.17", "3.3.6"), scalacOptions := { CrossVersion.partialVersion(scalaVersion.value) match { case Some((3, _)) =>