Made it work in Gorilla

This commit is contained in:
Simon Brooke 2017-06-29 00:27:44 +01:00
parent 2d185d322d
commit ca8f06955e
2 changed files with 159 additions and 13 deletions

View file

@ -4,6 +4,6 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/tools.namespace "0.2.4"]
[org.clojure/math.numeric-tower "0.0.4"]
[lein-gorilla "0.3.3"]])
[org.clojure/tools.namespace "0.2.10"]
[org.clojure/math.numeric-tower "0.0.4"]]
:plugins [[lein-gorilla "0.4.0"]])

File diff suppressed because one or more lines are too long