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",
|
||||
version := "0.13.5-M1",
|
||||
publishArtifact in packageDoc := false,
|
||||
scalaVersion := "2.10.3",
|
||||
scalaVersion := "2.10.4",
|
||||
publishMavenStyle := false,
|
||||
componentID := None,
|
||||
crossPaths := false,
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue