Skip to content

Commit

Permalink
Merge pull request #40 from JamesEarlDouglas/master
Browse files Browse the repository at this point in the history
upgrade sbt from 0.11.0 to 0.11.2
  • Loading branch information
dramage committed Jan 1, 2012
2 parents fdc23b0 + 47dd0da commit 5c4b637
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions project/plugins/plugins.sbt → project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

// libraryDependencies <+= sbtVersion(v => "com.github.siasia" %% "xsbt-proguard-plugin" % (v+"-0.1.1"))
libraryDependencies <+= sbtVersion(v => "com.github.siasia" %% "xsbt-proguard-plugin" % (v+"-0.1.1"))

resolvers += "Proguard plugin repo" at "http://siasia.github.com/maven2"

addSbtPlugin("com.github.siasia" % "xsbt-proguard-plugin" % "0.1-SNAPSHOT")
// addSbtPlugin("com.github.siasia" % "xsbt-proguard-plugin" % "0.1-SNAPSHOT")

// resolvers += "retronym-releases" at "http://retronym.github.com/repo/releases"
// resolvers += "retronym-snapshots" at "http://retronym.github.com/repo/snapshots"
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

java $SBT_OPTS -Dfile.encoding=UTF-8 -Xss4M -Xmx1200M -XX:MaxPermSize=512M -XX:NewSize=128M -XX:NewRatio=3 -jar `dirname $0`/project/sbt-launch-0.11.0.jar "$@"
java $SBT_OPTS -Dfile.encoding=UTF-8 -Xss4M -Xmx1200M -XX:MaxPermSize=512M -XX:NewSize=128M -XX:NewRatio=3 -jar `dirname $0`/project/sbt-launch-0.11.2.jar "$@"
2 changes: 1 addition & 1 deletion sbt.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
set SCRIPT_DIR=%~dp0
java %SBT_OPTS% -Dfile.encoding=UTF-8 -Xss4M -Xmx1200M -XX:MaxPermSize=512M -XX:NewSize=128M -XX:NewRatio=3 -jar "%SCRIPT_DIR%\project\sbt-launch-0.11.0.jar" %*
java %SBT_OPTS% -Dfile.encoding=UTF-8 -Xss4M -Xmx1200M -XX:MaxPermSize=512M -XX:NewSize=128M -XX:NewRatio=3 -jar "%SCRIPT_DIR%\project\sbt-launch-0.11.2.jar" %*

0 comments on commit 5c4b637

Please sign in to comment.