Skip to content

Commit

Permalink
Upgrade to Leiningen 1.6.2. Fixes heroku#6.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Nov 18, 2011
1 parent 9f9917e commit 66aee3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BUILD_DIR=$1
CACHE_DIR=$2

# install leiningen jar
LEIN_VERSION="1.6.1.1"
LEIN_VERSION="1.6.2"
LEIN_JAR_URL="https://heroku-buildpack-clojure.s3.amazonaws.com/leiningen-$LEIN_VERSION-standalone.jar"
LEIN_JAR_PATH="$CACHE_DIR/leiningen-$LEIN_VERSION-standalone.jar"

Expand Down
2 changes: 1 addition & 1 deletion opt/lein
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# TODO: any way to DRY between this and bin/compile?
export LEIN_VERSION="1.6.1.1"
export LEIN_VERSION="1.6.2"
export LEIN_NO_DEV=y

JAVA_OPTS="$JAVA_OPTS -client -Duser.home=$HOME -Dleiningen.original.pwd=$PWD"
Expand Down

0 comments on commit 66aee3f

Please sign in to comment.