WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit a437bcf

Browse files
committed
use latest Scala in sbt build
1 parent 0975a62 commit a437bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ crossScalaVersions := {
1313
if (java.startsWith("1.6.") || java.startsWith("1.7."))
1414
Seq("2.11.8")
1515
else if (java.startsWith("1.8.") || java.startsWith("1.9."))
16-
Seq("2.12.0-RC1")
16+
Seq("2.12.1")
1717
else
1818
sys.error(s"don't know what Scala versions to build on $java")
1919
}

0 commit comments

Comments
 (0)