aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-07-04 14:24:48 -0700
committerJakob Odersky <jakob@odersky.com>2016-07-04 14:44:13 -0700
commit33f7af36fa40da40be7ff6c6bc6f0d6f9f37e443 (patch)
tree847c698d537720e2efcde9cf5489f5c112385114 /project
parente2e53acfb56dfff2d6e1caf5313f8fa516b54f4b (diff)
downloadsbt-jni-33f7af36fa40da40be7ff6c6bc6f0d6f9f37e443.tar.gz
sbt-jni-33f7af36fa40da40be7ff6c6bc6f0d6f9f37e443.tar.bz2
sbt-jni-33f7af36fa40da40be7ff6c6bc6f0d6f9f37e443.zip
Upgrade to scala 2.12.0-M5
Diffstat (limited to 'project')
-rw-r--r--project/SbtJniBuild.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/SbtJniBuild.scala b/project/SbtJniBuild.scala
index 99b693d..410b6a8 100644
--- a/project/SbtJniBuild.scala
+++ b/project/SbtJniBuild.scala
@@ -10,7 +10,7 @@ import com.typesafe.sbt.SbtScalariform.ScalariformKeys
object SbtJniBuild extends Build {
- val scalaVersions: Seq[String] = List("2.11.8", "2.10.6", "2.12.0-M4")
+ val scalaVersions: Seq[String] = List("2.11.8", "2.10.6", "2.12.0-M5")
val macrosParadiseVersion = "2.1.0"
val commonSettings = Seq(