Skip to content

Commit

Permalink
Update SBT from 0.13.1 to 0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocdaothanh committed Jun 9, 2014
1 parent d2dd2d6 commit 1055908
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.1
sbt.version=0.13.5
2 changes: 1 addition & 1 deletion sbt/sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -Xms256M -Xmx512M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=384M -jar `dirname $0`/sbt-launch-0.13.1.jar "$@"
java -Xms256M -Xmx512M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=384M -jar `dirname $0`/sbt-launch-0.13.5.jar "$@"
Binary file not shown.
2 changes: 1 addition & 1 deletion sbt/sbt.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set SCRIPT_DIR=%~dp0
java -Xms256M -Xmx512M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=384M -jar "%SCRIPT_DIR%sbt-launch-0.13.1.jar" %*
java -Xms256M -Xmx512M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=384M -jar "%SCRIPT_DIR%sbt-launch-0.13.5.jar" %*

0 comments on commit 1055908

Please sign in to comment.