From 2a1c45575404498f466455b89af559f5fcf5fce4 Mon Sep 17 00:00:00 2001 From: dmharrah Date: Sat, 12 Sep 2009 17:05:21 +0000 Subject: [PATCH] bump version for launcher git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@1011 d89573ee-9141-11dd-94d4-bdf5e562f29c --- boot/src/main/scala/ProjectProperties.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/src/main/scala/ProjectProperties.scala b/boot/src/main/scala/ProjectProperties.scala index b3bc81be4..ec1678798 100644 --- a/boot/src/main/scala/ProjectProperties.scala +++ b/boot/src/main/scala/ProjectProperties.scala @@ -9,7 +9,7 @@ Name: Organization []: Version [1.0]: Scala version [2.7.5]: -sbt version [0.5.3]: +sbt version [0.5.4]: */ 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.3" + val DefaultSbtVersion = "0.5.4" /** The default version of Scala when the user doesn't explicitly specify a version when prompted.*/ val DefaultScalaVersion = "2.7.5"