Skip to content

Commit

Permalink
add clojure 1.10 so that cider doesnt complain about clojure 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sonwh98 committed May 15, 2019
1 parent 1c7a067 commit b6f4fcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
@@ -1,5 +1,6 @@
(defproject stigmergy/tily "0.1.7-SNAPSHOT"
:source-paths ["src"]
:dependencies [[cljsjs/moment "2.24.0-0"]
:dependencies [[org.clojure/clojure "1.10.0"]
[cljsjs/moment "2.24.0-0"]
[org.clojure/core.async "0.4.490"]
])

0 comments on commit b6f4fcc

Please sign in to comment.