Skip to content

Commit 2c86dd3

Browse files
authored
scala 2.12.7 (#5)
1 parent 1b601c0 commit 2c86dd3

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,7 +5,7 @@ jdk:
55
scala:
66
- 2.10.6
77
- 2.11.12
8-
- 2.12.6
8+
- 2.12.7
99
matrix:
1010
exclude:
1111
- jdk: openjdk11

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.12.6"
9+
scalaVersion := "2.12.7"
1010

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

0 commit comments

Comments
 (0)