Skip to content

Commit 6cfe1ef

Browse files
committed
scala 2.13.4
1 parent 6efeab7 commit 6cfe1ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ jdk:
55
scala:
66
- 2.11.12
77
- 2.12.12
8-
- 2.13.3
8+
- 2.13.4

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Defaults._
66

77
organization := "com.github.swagger-akka-http"
88

9-
scalaVersion := "2.13.3"
9+
scalaVersion := "2.13.4"
1010

1111
crossScalaVersions := Seq("2.11.12", "2.12.12", scalaVersion.value)
1212

0 commit comments

Comments
 (0)