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

Bump to Scala 2.12.0 #25

Merged
merged 1 commit into from
Oct 31, 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 @@ -14,7 +14,7 @@ lazy val commonSettings = scalaModuleSettings ++ Seq(
if (java.startsWith("1.6.") || java.startsWith("1.7."))
Seq("2.11.8")
else if (java.startsWith("1.8.") || java.startsWith("1.9."))
Seq("2.12.0-RC2")
Seq("2.12.0")
else
sys.error(s"don't know what Scala versions to build on $java")
},
Expand Down
2 changes: 1 addition & 1 deletion project/release_on_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# echo the sbt commands that publish a release with the version derived from the tag
publishJdk=oraclejdk8
publishBranch=master
publishScalaVersion=2.12.0-RC1
publishScalaVersion=2.12.0

unset tag version

Expand Down