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

Commit 35e9440

Browse files
authored
Merge pull request #25 from danslapman/master
Bump to Scala 2.12.0
2 parents 3398d06 + 37885e5 commit 35e9440

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lazy val commonSettings = scalaModuleSettings ++ Seq(
1414
if (java.startsWith("1.6.") || java.startsWith("1.7."))
1515
Seq("2.11.8")
1616
else if (java.startsWith("1.8.") || java.startsWith("1.9."))
17-
Seq("2.12.0-RC2")
17+
Seq("2.12.0")
1818
else
1919
sys.error(s"don't know what Scala versions to build on $java")
2020
},

project/release_on_tag.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# echo the sbt commands that publish a release with the version derived from the tag
66
publishJdk=oraclejdk8
77
publishBranch=master
8-
publishScalaVersion=2.12.0-RC1
8+
publishScalaVersion=2.12.0
99

1010
unset tag version
1111

0 commit comments

Comments
 (0)