From 7831fcadb9a3fdbc33d33936ada2fa9221345fc4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 9 May 2024 20:16:04 +0000 Subject: [PATCH] Update scala3-staging to 3.4.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 b46a125..286cf17 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.19, 2.13.14, 3.3.3] + scala: [2.11.12, 2.12.19, 2.13.14, 3.4.1] java: [zulu@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 4dbbb01..67e3214 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ organization := "com.github.swagger-akka-http" ThisBuild / scalaVersion := "2.13.14" -ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.19", "2.13.14", "3.3.3") +ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.19", "2.13.14", "3.4.1") ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-scala-module"))