Bump Scala version to 2.10.4.

This commit is contained in:
Ismael Juma 2014-03-25 22:08:04 +00:00
parent 66ada09f06
commit 607e061a6a
3 changed files with 6 additions and 2 deletions

View File

@ -16,7 +16,7 @@ object Sbt extends Build
organization := "org.scala-sbt",
version := "0.13.5-M1",
publishArtifact in packageDoc := false,
scalaVersion := "2.10.3",
scalaVersion := "2.10.4",
publishMavenStyle := false,
componentID := None,
crossPaths := false,

View File

@ -2,6 +2,10 @@
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
~~~~~~~~~~~~~~~~
- Adding new name-hashing feature to incremental compiler. Alters how scala dependencies are tracked, reducing number of recompiles necessary.

View File

@ -72,7 +72,7 @@ Here's an example:
version := "1.0"
scalaVersion := "2.10.3"
scalaVersion := "2.10.4"
Each `Setting` is defined with a Scala expression.
The expressions in `build.sbt` are independent of one another, and