Skip to content

Commit 84a0a47

Browse files
authored
Merge pull request #82 from retronym/bump/2.12.0
Bump to Scala 2.12.0
2 parents 4464d41 + f4f54a3 commit 84a0a47

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ script:
1313
- admin/build.sh
1414
scala:
1515
- 2.11.8
16-
- 2.12.0-M5
17-
- 2.12.0-RC2
16+
- 2.12.0
1817
jdk:
1918
- oraclejdk8
2019
notifications:

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def osgiExport(scalaVersion: String, version: String) = {
1616
}
1717

1818
lazy val commonSettings = Seq(
19-
crossScalaVersions := List("2.12.0-RC2", "2.12.0-M5", "2.11.8"),
19+
crossScalaVersions := List("2.12.0", "2.11.8"),
2020
scalaVersion := crossScalaVersions.value.head,
2121
organization := "org.scala-lang.modules",
2222
version := "0.8.0-SNAPSHOT"
@@ -110,7 +110,7 @@ lazy val root = (project in file(".")).
110110
},
111111
javacOptions in JavaDoc := Seq(),
112112
artifactName in packageDoc in JavaDoc := ((sv, mod, art) => "" + mod.name + "_" + sv.binary + "-" + mod.revision + "-javadoc.jar"),
113-
libraryDependencies += compilerPlugin("com.typesafe.genjavadoc" % "genjavadoc-plugin" % "0.10" cross CrossVersion.fullMapped { case "2.12.0-RC2" => "2.12.0-RC1" case x => x}),
113+
libraryDependencies += compilerPlugin("com.typesafe.genjavadoc" % "genjavadoc-plugin" % "0.10" cross CrossVersion.fullMapped { case "2.12.0" => "2.12.0-RC1" case x => x}),
114114
scalacOptions in Compile += "-P:genjavadoc:out=" + (target.value / "java")
115115
))): _*
116116
).

0 commit comments

Comments
 (0)