File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11(defproject planck " 0.1.0"
22 :profiles {:dev
3- {:dependencies [[org.clojure/clojurescript " 1.9.229 " ]
3+ {:dependencies [[org.clojure/clojurescript " 1.9.456 " ]
44 [org.clojure/test.check " 0.9.0" ]
55 [tubular " 1.0.0" ]]
66 :source-paths [" dev" ]}
77 :build {}}
88 :dependencies [[org.clojure/clojure " 1.8.0" ]
99 ; Comment ClojureScript dep if using a non-official
1010 ; ClojureScript release via planck-cljs/script/build.
11- #_[org.clojure/clojurescript " 1.9.229" ]
11+ [org.clojure/clojurescript " 1.9.456" ]
12+ [org.clojure/test.check " 0.9.0" ]
1213 [org.clojure/tools.reader " 1.0.0-beta4" ]
1314 [tailrecursion/cljson " 1.0.7" ]
1415 [com.cognitect/transit-clj " 0.8.297" ]
Original file line number Diff line number Diff line change 77# Uncomment to build our own copy of ClojureScript compiler.
88# Also see change needed in project.clj
99# When changing, do script/clean-all first from top-level.
10- CLJS_GIT_COMMIT=HEAD
10+ # CLJS_GIT_COMMIT=HEAD
1111
1212# Make sure we fail and exit on the command that actually failed.
1313set -e
You can’t perform that action at this time.
0 commit comments