summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-03-07 20:03:29 -0800
committerJakob Odersky <jakob@odersky.com>2017-03-07 20:03:29 -0800
commitf9d26e8f9e46144605d6f8450953f8a5f99001ff (patch)
treeb7116a7fc7804aebeb394cf44874048c386651f7
parentaa197e3a54efbb7ab43f35cdfa7d8c8de243663d (diff)
downloadcrashbox-ci-f9d26e8f9e46144605d6f8450953f8a5f99001ff.tar.gz
crashbox-ci-f9d26e8f9e46144605d6f8450953f8a5f99001ff.tar.bz2
crashbox-ci-f9d26e8f9e46144605d6f8450953f8a5f99001ff.zip
Revert to scala 2.12.0 to work around refactoring bug
-rw-r--r--build.sbt4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 41345bb..cbca05e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,8 @@
name := "crashbox"
-crossScalaVersions in ThisBuild := List("2.12.1")
+//TODO: update scala version after
+//https://github.com/scala-ide/scala-refactoring/issues/180 is fixed
+crossScalaVersions in ThisBuild := List("2.12.0")
scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild).value.head
scalacOptions in ThisBuild ++= Seq(
"-deprecation",