summaryrefslogtreecommitdiff
path: root/build.boot
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2016-12-03 14:23:02 -0600
committerDavid Barksdale <amatus@amatus.name>2016-12-03 14:23:02 -0600
commit99e916beaf6afe5b2300bd95e73267550767bf7a (patch)
tree2b22c71fbdbf507735635c834de2276450b6372a /build.boot
parent53284a2f5d22d15cd7851fd0f06a53ea1df0c280 (diff)
Add Semantic-UI and get blockly working
Diffstat (limited to 'build.boot')
-rw-r--r--build.boot3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.boot b/build.boot
index 8653396..159bd20 100644
--- a/build.boot
+++ b/build.boot
@@ -1,10 +1,11 @@
(set-env!
:dependencies '[[adzerk/boot-cljs "1.7.228-2"]
[adzerk/boot-cljs-repl "0.3.3"]
+ [cljsjs/jquery "2.2.2-0"]
[com.cemerick/piggieback "0.2.1" :scope "test"]
[compojure "1.5.1"]
[hoplon/castra "3.0.0-alpha5"]
- [hoplon "6.0.0-alpha17"]
+ [hoplon "6.0.0-alpha17.amatus0"]
[org.clojure/clojure "1.7.0"]
[org.clojure/clojurescript "1.7.170"]
[org.clojure/tools.nrepl "0.2.12" :scope "test"]