Skip to content

Commit

Permalink
Merge pull request #82 from retronym/bump/2.12.0
Browse files Browse the repository at this point in the history
Bump to Scala 2.12.0
  • Loading branch information
retronym committed Oct 29, 2016
2 parents 4464d41 + f4f54a3 commit 84a0a47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ script:
- admin/build.sh
scala:
- 2.11.8
- 2.12.0-M5
- 2.12.0-RC2
- 2.12.0
jdk:
- oraclejdk8
notifications:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def osgiExport(scalaVersion: String, version: String) = {
}

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

0 comments on commit 84a0a47

Please sign in to comment.