Skip to content

Commit

Permalink
Fixes for sandbox build
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed May 16, 2016
1 parent 4039c88 commit 09d85d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions planck-cljs/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
{:dependencies [#_[org.clojure/clojurescript "1.8.51"]
[tubular "1.0.0"]]
:source-paths ["dev"]}
:build
{:dependencies [[com.cognitect/transit-clj "0.8.275"]]}}
:build {}}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.8.51"] ; comment if building own
[org.clojure/tools.reader "1.0.0-beta1"]
[tailrecursion/cljson "1.0.7"]
[com.cognitect/transit-clj "0.8.275"]
[com.cognitect/transit-cljs "0.8.220"]
[fipp "0.6.5"]
[malabarba/lazy-map "1.1"]
Expand Down

0 comments on commit 09d85d9

Please sign in to comment.