Skip to content

Commit 6358b97

Browse files
author
PJ Fanning
committed
scala 2.13.2
1 parent e52866a commit 6358b97

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
@@ -6,7 +6,7 @@ scala:
66
- 2.10.7
77
- 2.11.12
88
- 2.12.11
9-
- 2.13.1
9+
- 2.13.2
1010
matrix:
1111
exclude:
1212
- 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.13.1"
9+
scalaVersion := "2.13.2"
1010

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

0 commit comments

Comments
 (0)