Skip to content

Commit

Permalink
add sources to build.boot
Browse files Browse the repository at this point in the history
  • Loading branch information
alandipert committed Jan 7, 2016
1 parent ffd0944 commit 1697ce0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.boot
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
(set-env!
:dependencies '[[org.clojure/clojure "1.7.0" :scope "provided"]
[adzerk/bootlaces "0.1.10" :scope "test"]
[datascript "0.13.3" :scope "test"]])
[datascript "0.13.3" :scope "test"]]
:resource-paths #{"src"})

(require '[adzerk.bootlaces :refer :all])

Expand Down

0 comments on commit 1697ce0

Please sign in to comment.