Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Update scala to 2.12.0-RC1 #19

Merged
merged 1 commit into from
Sep 13, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lazy val commonSettings = scalaModuleSettings ++ Seq(
organization := "org.scala-lang.plugins",
version := "1.0.3-SNAPSHOT",
scalaVersion := "2.11.8",
crossScalaVersions := Seq("2.11.8", "2.12.0-M5"),
crossScalaVersions := Seq("2.11.8", "2.12.0-RC1"),
snapshotScalaBinaryVersion := "2.11.8",
scalacOptions ++= Seq(
"-deprecation",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.11
sbt.version=0.13.12
4 changes: 2 additions & 2 deletions project/release_on_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# if the current commit has a tag named like v(\d+\.\d+\.\d+.*),
# and we're running on the right jdk/branch,
# echo the sbt commands that publish a release with the version derived from the tag
publishJdk=openjdk6
publishJdk=oraclejdk8
publishBranch=master
publishScalaVersion=2.11.0-M7
publishScalaVersion=2.12.0-RC1

unset tag version

Expand Down