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 75d48ba commit e52866aCopy full SHA for e52866a
build.sbt
@@ -8,7 +8,7 @@ organization := "com.github.swagger-akka-http"
8
9
scalaVersion := "2.13.1"
10
11
-crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.10", scalaVersion.value)
+crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.11", scalaVersion.value)
12
13
organizationHomepage in ThisBuild := Some(url("https://github.com/swagger-akka-http/swagger-scala-module"))
14
0 commit comments