mirror of https://github.com/sbt/sbt.git
commit
953b664d79
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue