From 1bcd019a687fbf68867f025aa9c976a707b41dfc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 30 Sep 2024 20:10:36 +0000 Subject: [PATCH] Update scala3-staging to 3.5.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 1c22e8e4..b050bbd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.11.12, 2.12.20, 2.13.15, 3.3.4] + scala: [2.11.12, 2.12.20, 2.13.15, 3.5.1] java: [zulu@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 3265d8ce..1727120f 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ organization := "com.github.swagger-akka-http" ThisBuild / scalaVersion := "2.13.15" -ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", "2.13.15", "3.3.4") +ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", "2.13.15", "3.5.1") ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-scala-module"))