Skip to content

Commit

Permalink
Generate 1.7 compatible JARs.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonyEpsilon committed Jul 16, 2015
1 parent 5249347 commit 2872b2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
; Released under the MIT license..
;

(defproject algebolic "1.0.0"
(defproject algebolic "1.0.1"
:url "https://github.com/JonyEpsilon/algebolic"
:license {:name "MIT"}
:dependencies [[org.clojure/clojure "1.6.0"]
[darwin "1.0.0"]
[darwin "1.0.1"]
[clj-kdtree "1.2.0" :exclusions [org.clojure/clojure]]
[gorilla-renderable "2.0.0"]
[criterium "0.4.3"]]
:javac-options ["-target" "1.7" "-source" "1.7"]
:java-source-paths ["java"]
:plugins [[lein-gorilla "0.3.4"]]
:jvm-opts ^:replace ["-server" "-Xmx4g"])

0 comments on commit 2872b2d

Please sign in to comment.