Turned sbt launcher into a general Scala application launcher as described in launch.specification

This commit is contained in:
Mark Harrah 2009-09-27 14:39:26 -04:00
parent 3aba701b00
commit 0fb8ff7bb4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ package xsbti;
public interface Versions
{
public static final String Sbt = "0.7";
public static final String Sbt = "0.7.0_13"; // keep in sync with LauncherProject in the XSbt project definition;
public static final int Interface = 1;
public static final int BootInterface = 1;
}