Add cider-nrepl to make sure I can do computer

master
Ryan Rix 2015-04-27 00:17:38 -07:00
parent 2b91968bfa
commit bf8198d86e
1 changed files with 2 additions and 1 deletions

View File

@ -3,5 +3,6 @@
:url "https://github.com/bchociej/ergodox-stand"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]
:dependencies [[cider/cider-nrepl "0.8.2"]
[org.clojure/clojure "1.5.1"]
[scad-clj "0.1.0"]])