mirror of https://github.com/sbt/sbt.git
Bump Scala version to 2.10.4.
This commit is contained in:
parent
66ada09f06
commit
607e061a6a
|
|
@ -16,7 +16,7 @@ object Sbt extends Build
|
||||||
organization := "org.scala-sbt",
|
organization := "org.scala-sbt",
|
||||||
version := "0.13.5-M1",
|
version := "0.13.5-M1",
|
||||||
publishArtifact in packageDoc := false,
|
publishArtifact in packageDoc := false,
|
||||||
scalaVersion := "2.10.3",
|
scalaVersion := "2.10.4",
|
||||||
publishMavenStyle := false,
|
publishMavenStyle := false,
|
||||||
componentID := None,
|
componentID := None,
|
||||||
crossPaths := false,
|
crossPaths := false,
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,10 @@
|
||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
0.13.2 to 0.13.5
|
||||||
|
~~~~~~~~~~~~~~~~
|
||||||
|
- The Scala version for sbt and sbt plugins is now 2.10.4. This is a compatible version bump.
|
||||||
|
|
||||||
0.13.1 to 0.13.2
|
0.13.1 to 0.13.2
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
- Adding new name-hashing feature to incremental compiler. Alters how scala dependencies are tracked, reducing number of recompiles necessary.
|
- Adding new name-hashing feature to incremental compiler. Alters how scala dependencies are tracked, reducing number of recompiles necessary.
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@ Here's an example:
|
||||||
|
|
||||||
version := "1.0"
|
version := "1.0"
|
||||||
|
|
||||||
scalaVersion := "2.10.3"
|
scalaVersion := "2.10.4"
|
||||||
|
|
||||||
Each `Setting` is defined with a Scala expression.
|
Each `Setting` is defined with a Scala expression.
|
||||||
The expressions in `build.sbt` are independent of one another, and
|
The expressions in `build.sbt` are independent of one another, and
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue