summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Adereth <adereth@gmail.com>2015-12-03 20:45:05 -0800
committerMatt Adereth <adereth@gmail.com>2015-12-03 20:45:05 -0800
commit031e3e75758c2fc64e4a4069da0c8d035802f952 (patch)
tree9a90613c3adeb169a5645989cb96ec02f8c66058
parentb0d4cbc104d9b3537c96ef8d75881af2ae3dc56b (diff)
Finally sharing new model
-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))
+