From 3006012ad09fb412b0d2b9bda04fea563659cd73 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 May 2024 19:46:57 +0000 Subject: [PATCH] Update scala3-staging to 3.4.2 --- .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..946761b 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.2] java: [zulu@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 4dbbb01..09deb15 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.2") ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-scala-module"))