Skip to content

Commit d322f44

Browse files
committed
Update scala3-staging to 3.5.0
1 parent 38201a3 commit d322f44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
scala: [2.11.12, 2.12.19, 2.13.14, 3.3.3]
26+
scala: [2.11.12, 2.12.19, 2.13.14, 3.5.0]
2727
java: [zulu@8]
2828
runs-on: ${{ matrix.os }}
2929
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ organization := "com.github.swagger-akka-http"
88

99
ThisBuild / scalaVersion := "2.13.14"
1010

11-
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.19", "2.13.14", "3.3.3")
11+
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.19", "2.13.14", "3.5.0")
1212

1313
ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-scala-module"))
1414

0 commit comments

Comments
 (0)