From a290e80d64da4df91a67dd12cc8daae1307a1452 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 27 Nov 2025 01:28:02 +0000 Subject: [PATCH] Update scala-library to 2.13.18 --- .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..e3c3ec4 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.18, 3.3.6] steps: - name: Checkout repository and submodules uses: actions/checkout@v2 diff --git a/build.sbt b/build.sbt index 1b663c0..15bc428 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.18", "3.3.6"), scalacOptions := { CrossVersion.partialVersion(scalaVersion.value) match { case Some((3, _)) =>