Skip to content

Commit

Permalink
Move to SBT 0.12.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajitr committed Jun 19, 2012
1 parent 3f810a8 commit 4f59131
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion liftsh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ DEFAULT_OPTS=""
cd `dirname $0`

# Call with INTERNAL_OPTS followed by LIFTSH_OPTS (or DEFAULT_OPTS). java always takes the last option when duplicate.
exec java ${INTERNAL_OPTS} ${LIFTSH_OPTS:-${DEFAULT_OPTS}} -jar project/sbt-launch-0.12.0-M2.jar "$@"
exec java ${INTERNAL_OPTS} ${LIFTSH_OPTS:-${DEFAULT_OPTS}} -jar project/sbt-launch-0.12.0-RC2.jar "$@"
2 changes: 1 addition & 1 deletion liftsh.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ if "%LIFTSH_OPTS%"=="" (
)

@REM Call with INTERNAL_OPTS followed by LIFTSH_OPTS (or DEFAULT_OPTS). java always takes the last option when duplicate.
java %INTERNAL_OPTS% %LIFTSH_OPTS% -jar "%~dp0\project\sbt-launch-0.12.0-M2.jar" %*
java %INTERNAL_OPTS% %LIFTSH_OPTS% -jar "%~dp0\project\sbt-launch-0.12.0-RC2.jar" %*
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Deprecate using build.properties, use -Dsbt.version=... in launcher arg instead
sbt.version=0.12.0-M2
sbt.version=0.12.0-RC2
Binary file removed project/sbt-launch-0.12.0-M2.jar
Binary file not shown.
Binary file added project/sbt-launch-0.12.0-RC2.jar
Binary file not shown.

0 comments on commit 4f59131

Please sign in to comment.