summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project.clj2
-rw-r--r--src/dactyl_keyboard/dactyl.clj1
2 files changed, 2 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index 7d944b3..66b878b 100644
--- a/project.clj
+++ b/project.clj
@@ -3,7 +3,7 @@
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
- :dependencies [[org.clojure/clojure "1.6.0"]
+ :dependencies [[org.clojure/clojure "1.7.0"]
[unicode-math "0.2.0"]
[scad-clj "0.4.0"]])
diff --git a/src/dactyl_keyboard/dactyl.clj b/src/dactyl_keyboard/dactyl.clj
index 2e26ed2..f7d2ddd 100644
--- a/src/dactyl_keyboard/dactyl.clj
+++ b/src/dactyl_keyboard/dactyl.clj
@@ -1238,3 +1238,4 @@
(spit "things/dactyl-bottom-left.scad"
(write-scad dactyl-bottom-left))
+