Clojure 1.9

This commit is contained in:
Christopher Mark Gore 2017-12-11 11:08:54 -06:00
parent db0555c358
commit 50d6611bfb
2 changed files with 15 additions and 2 deletions

13
.gitignore vendored Normal file
View file

@ -0,0 +1,13 @@
lib/*
multi-lib/*
coref
classes/*
target/*
pom.xml*
doc*
.lein*
.nrepl*
.idea
*.iml
.DS_Store
*~

View file

@ -3,6 +3,6 @@
:url "https://github.com/cgrand/xforms"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.293"]
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/clojurescript "1.9.946"]
[net.cgrand/macrovich "0.2.0"]])