Skip to content

Commit

Permalink
Merge pull request #445 from boot-clj/update-default-clojure-version
Browse files Browse the repository at this point in the history
Update default clojure version to 1.8.0
  • Loading branch information
micha committed Apr 10, 2016
2 parents 3197f5a + 412878c commit 10de34c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boot/base/src/main/java/boot/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ public class App {
File bootcache = mkFile(cachehome, "cache", "boot");

localrepo = config("BOOT_LOCAL_REPO");
cljversion = config("BOOT_CLOJURE_VERSION", "1.7.0");
cljversion = config("BOOT_CLOJURE_VERSION", "1.8.0");
cljname = config("BOOT_CLOJURE_NAME", "org.clojure/clojure");
aetherfile = mkFile(cachehome, "lib", appversion, aetherjar);

Expand Down
2 changes: 1 addition & 1 deletion boot/core/src/boot/task/built_in.clj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
["" "BOOT_CERTIFICATES" "Specify certificate file paths."]
["" "BOOT_CLOJARS_REPO" "Specify the url for the 'clojars' Maven repo."]
["" "BOOT_CLOJARS_MIRROR" "Specify the mirror url for the 'clojars' Maven repo."]
["" "BOOT_CLOJURE_VERSION" "The version of Clojure boot will provide (1.7.0)."]
["" "BOOT_CLOJURE_VERSION" "The version of Clojure boot will provide (1.8.0)."]
["" "BOOT_CLOJURE_NAME" "The artifact name of Clojure boot will provide (org.clojure/clojure)."]
["" "BOOT_COLOR" "Set to 'no' to turn colorized output off."]
["" "BOOT_EMIT_TARGET" "Set to 'no' to disable automatic writing to target directory."]
Expand Down

0 comments on commit 10de34c

Please sign in to comment.