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 6efeab7 commit 6cfe1efCopy full SHA for 6cfe1ef
.travis.yml
@@ -5,4 +5,4 @@ jdk:
5
scala:
6
- 2.11.12
7
- 2.12.12
8
- - 2.13.3
+ - 2.13.4
build.sbt
@@ -6,7 +6,7 @@ import Defaults._
organization := "com.github.swagger-akka-http"
9
-scalaVersion := "2.13.3"
+scalaVersion := "2.13.4"
10
11
crossScalaVersions := Seq("2.11.12", "2.12.12", scalaVersion.value)
12
0 commit comments