From 4025fe7fc5e89b3ff5d4edef48eaca863ad45275 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 4 Sep 2026 18:15:49 +0000 Subject: [PATCH] Update scala3-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 2364bf4..6b514ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,4 +12,4 @@ jobs: test: uses: evolution-gaming/scala-github-actions/.github/workflows/ci.yml@61f111a4472fde7b63e5921ac8a238f22d1bb028 # v7.0.1 with: - scala_versions: '["3.3.8"]' \ No newline at end of file + scala_versions: '["3.9.0"]' \ No newline at end of file diff --git a/build.sbt b/build.sbt index 1e4c783..a04cfaf 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import ProjectMatrixSyntax.* import sbt.Keys.* import sbt.ProjectMatrix -lazy val scalaVersions = Seq("2.13.18", "3.3.8") +lazy val scalaVersions = Seq("2.13.18", "3.9.0") lazy val commonSettings = Seq( organization := "com.evolutiongaming",