Merge pull request #2022 from sbt/wip/test211

use Scala 2.11.6
This commit is contained in:
Josh Suereth 2015-05-19 15:01:48 -04:00
commit 953b664d79
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(