use Scala 2.11.6

This commit is contained in:
Eugene Yokota 2015-05-15 22:04:51 -04:00
parent f334d76f70
commit 871979c806
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ object build extends Build {
val defaultSettings = Seq(
libraryDependencies <+= scalaVersion("org.scala-lang" % "scala-reflect" % _ ),
incOptions := incOptions.value.withNameHashing(true),
scalaVersion := "2.11.0-RC3"
scalaVersion := "2.11.6"
)
lazy val root = Project(

View File

@ -5,7 +5,7 @@ object build extends Build {
val defaultSettings = Seq(
libraryDependencies <+= scalaVersion("org.scala-lang" % "scala-reflect" % _ ),
incOptions := incOptions.value.withNameHashing(true),
scalaVersion := "2.11.0-RC3"
scalaVersion := "2.11.6"
)
lazy val root = Project(