Skip to content

Commit eb0b971

Browse files
author
PJ Fanning
committed
scala 2.13.0-M5 support
1 parent d5242f5 commit eb0b971

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ scala:
66
- 2.10.6
77
- 2.11.12
88
- 2.12.8
9+
- 2.13.0-M5
910
matrix:
1011
exclude:
1112
- jdk: openjdk11

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ organization := "com.github.swagger-akka-http"
88

99
scalaVersion := "2.12.8"
1010

11-
crossScalaVersions := Seq("2.10.6", "2.11.12", scalaVersion.value)
11+
crossScalaVersions := Seq("2.10.6", "2.11.12", scalaVersion.value, "2.13.0-M5")
1212

1313
organizationHomepage in ThisBuild := Some(url("https://github.com/swagger-akka-http/swagger-scala-module"))
1414

@@ -23,8 +23,8 @@ pomIncludeRepository := { x => false }
2323
libraryDependencies ++= Seq(
2424
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
2525
"io.swagger.core.v3" % "swagger-core" % "2.0.6",
26-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.7",
27-
"org.scalatest" %% "scalatest" % "3.0.5" % Test,
26+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.8",
27+
"org.scalatest" %% "scalatest" % "3.0.6-SNAP5" % Test,
2828
"org.slf4j" % "slf4j-simple" % "1.7.25" % Test
2929
)
3030

0 commit comments

Comments
 (0)