mirror of https://github.com/sbt/sbt.git
use Scala 2.11.6
This commit is contained in:
parent
f334d76f70
commit
871979c806
|
|
@ -5,7 +5,7 @@ object build extends Build {
|
||||||
val defaultSettings = Seq(
|
val defaultSettings = Seq(
|
||||||
libraryDependencies <+= scalaVersion("org.scala-lang" % "scala-reflect" % _ ),
|
libraryDependencies <+= scalaVersion("org.scala-lang" % "scala-reflect" % _ ),
|
||||||
incOptions := incOptions.value.withNameHashing(true),
|
incOptions := incOptions.value.withNameHashing(true),
|
||||||
scalaVersion := "2.11.0-RC3"
|
scalaVersion := "2.11.6"
|
||||||
)
|
)
|
||||||
|
|
||||||
lazy val root = Project(
|
lazy val root = Project(
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ object build extends Build {
|
||||||
val defaultSettings = Seq(
|
val defaultSettings = Seq(
|
||||||
libraryDependencies <+= scalaVersion("org.scala-lang" % "scala-reflect" % _ ),
|
libraryDependencies <+= scalaVersion("org.scala-lang" % "scala-reflect" % _ ),
|
||||||
incOptions := incOptions.value.withNameHashing(true),
|
incOptions := incOptions.value.withNameHashing(true),
|
||||||
scalaVersion := "2.11.0-RC3"
|
scalaVersion := "2.11.6"
|
||||||
)
|
)
|
||||||
|
|
||||||
lazy val root = Project(
|
lazy val root = Project(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue