From e998914d3f92568333fc098f41f3822635d5ce46 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 5 Sep 2026 04:10:36 +0000 Subject: [PATCH] Update scala-library to 3.9.0 --- .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 938cc9a..689ab11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.18, 3.3.7, 3.8.3] + scala: [3.9.0, 3.3.7, 3.8.3] java: [zulu@17] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index fde71ea..13ac567 100644 --- a/build.sbt +++ b/build.sbt @@ -341,7 +341,7 @@ lazy val commonSettings = Def.settings( ) lazy val V = new { - val scala213 = "2.13.18" + val scala213 = "3.9.0" val scala3LTS = "3.3.7" val scala3Next = "3.8.3" val scalaAll = scala213 :: scala3LTS :: scala3Next :: Nil