diff --git a/launch/src/main/resources/sbt/sbt.boot.properties b/launch/src/main/resources/sbt/sbt.boot.properties index 422bc5d92..c637d7f43 100644 --- a/launch/src/main/resources/sbt/sbt.boot.properties +++ b/launch/src/main/resources/sbt/sbt.boot.properties @@ -4,7 +4,7 @@ [app] org: org.scala-tools.sbt name: sbt - version: read(sbt.version)[0.9.9] + version: read(sbt.version)[0.9.10-SNAPSHOT] class: ${sbt.main.class-sbt.xMain} components: xsbti cross-versioned: true diff --git a/project/build.properties b/project/build.properties index 47982c7f6..48eaef7a7 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,5 +1,5 @@ project.organization=org.scala-tools.sbt project.name=xsbt sbt.version=0.7.7 -project.version=0.9.9 +project.version=0.9.10-SNAPSHOT build.scala.versions=2.9.0-1