mirror of https://github.com/sbt/sbt.git
Bump default version of sbt used in Boot
git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@997 d89573ee-9141-11dd-94d4-bdf5e562f29c
This commit is contained in:
parent
b5aaf31d04
commit
040a4f6060
|
|
@ -9,7 +9,7 @@ Name:
|
|||
Organization []:
|
||||
Version [1.0]:
|
||||
Scala version [2.7.5]:
|
||||
sbt version [0.5.2]:
|
||||
sbt version [0.5.3]:
|
||||
*/
|
||||
import java.io.File
|
||||
/** Constants related to reading/writing the build.properties file in a project.
|
||||
|
|
@ -48,7 +48,7 @@ private object ProjectProperties
|
|||
/** The default version of the new user project when the user doesn't explicitly specify a version when prompted.*/
|
||||
val DefaultVersion = "1.0"
|
||||
/** The default version of sbt when the user doesn't explicitly specify a version when prompted.*/
|
||||
val DefaultSbtVersion = "0.5.2"
|
||||
val DefaultSbtVersion = "0.5.3"
|
||||
/** The default version of Scala when the user doesn't explicitly specify a version when prompted.*/
|
||||
val DefaultScalaVersion = "2.7.5"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue