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 1b601c0 commit 2c86dd3Copy full SHA for 2c86dd3
.travis.yml
@@ -5,7 +5,7 @@ jdk:
5
scala:
6
- 2.10.6
7
- 2.11.12
8
- - 2.12.6
+ - 2.12.7
9
matrix:
10
exclude:
11
- jdk: openjdk11
build.sbt
@@ -6,7 +6,7 @@ import Defaults._
organization := "com.github.swagger-akka-http"
-scalaVersion := "2.12.6"
+scalaVersion := "2.12.7"
crossScalaVersions := Seq("2.10.6", "2.11.12", scalaVersion.value)
12
0 commit comments