From 204f216bed4ab4ee03b05a8f32e35c22f2fe1a91 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 23 Jan 2026 15:05:17 +0000 Subject: [PATCH] Update scala-library to 3.8.1 --- .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 8d2511b..1970c64 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.18, 3.3.7] + scala: [3.8.1, 3.3.7] java: - temurin@8 - temurin@11 diff --git a/build.sbt b/build.sbt index 0b296a6..b890b41 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ Global / onChangedBuildSource := ReloadOnSourceChanges -lazy val scala213 = "2.13.18" +lazy val scala213 = "3.8.1" lazy val scala3 = "3.3.7" lazy val scalaVersions = Seq(scala213, scala3)