We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0063f61 commit 4ff357aCopy full SHA for 4ff357a
project.clj
@@ -1,8 +1,8 @@
1
-(defproject tailrecursion/boot "1.0.5"
+(defproject tailrecursion/boot "1.1.0"
2
:description "A dependency setup/build tool for Clojure."
3
:url "https://github.com/tailrecursion/boot"
4
:license {:name "Eclipse Public License"
5
:url "http://www.eclipse.org/legal/epl-v10.html"}
6
- :dependencies [[org.clojure/clojure "1.5.1"]]
+ :dependencies [[org.clojure/clojure "1.6.0"]]
7
:aot :all
8
:main tailrecursion.boot.loader)
0 commit comments