diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18d7cdc3..e22d4dd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] + scala: [2.13.11] java: [zulu@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index e1f0a509..07ad08f9 100644 --- a/build.sbt +++ b/build.sbt @@ -6,9 +6,9 @@ import org.typelevel.sbt.gha.JavaSpec.Distribution.Zulu organization := "com.github.swagger-akka-http" -ThisBuild / scalaVersion := "2.13.10" +ThisBuild / scalaVersion := "2.13.11" -ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.3.0") +ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.11", "3.3.0") ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-scala-module"))