We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4391a50 commit 06b83b1Copy full SHA for 06b83b1
build.sbt
@@ -7,7 +7,7 @@ organization := "com.github.swagger-akka-http"
7
8
ThisBuild / scalaVersion := "2.13.6"
9
10
-ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.6")
+ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.6", "3.0.2")
11
12
ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-scala-module"))
13
0 commit comments