Clojure 1.9
This commit is contained in:
parent
db0555c358
commit
50d6611bfb
2 changed files with 15 additions and 2 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
lib/*
|
||||
multi-lib/*
|
||||
coref
|
||||
classes/*
|
||||
target/*
|
||||
pom.xml*
|
||||
doc*
|
||||
.lein*
|
||||
.nrepl*
|
||||
.idea
|
||||
*.iml
|
||||
.DS_Store
|
||||
*~
|
||||
|
|
@ -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"]])
|
||||
|
|
|
|||
Loading…
Reference in a new issue