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.
2 parents ac24c81 + cf71b60 commit 8048034Copy full SHA for 8048034
.travis.yml
@@ -29,6 +29,7 @@ env:
29
- SCALA_VERSION=2.11.7
30
- SCALA_VERSION=2.11.8
31
- SCALA_VERSION=2.11.11
32
+ - SCALA_VERSION=2.11.12
33
- SCALA_VERSION=2.12.0
34
- SCALA_VERSION=2.12.1
35
- SCALA_VERSION=2.12.2
build.sbt
@@ -50,7 +50,7 @@ lazy val defaults = Seq(
50
organization := "com.typesafe.genjavadoc",
51
scalaVersion := crossScalaVersions.value.last,
52
crossScalaVersions := {
53
- val latest211 = 11
+ val latest211 = 12
54
val latest212 = 4
55
val pre213 = List("M2")
56
val skipVersions = Set("2.11.9", "2.11.10")
0 commit comments