Skip to content

Commit

Permalink
Use the latest fs, clojurescript, and clj-stacktrace.
Browse files Browse the repository at this point in the history
  • Loading branch information
emezeske committed Jan 19, 2012
1 parent 553f74d commit 365b4a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
; TODO: These dependencies are also maintained in leiningen.cljsbuild.
; Figure out some way to DRY them.
:dependencies [[org.clojure/clojure "1.3.0"]
[fs "0.11.1"]
[emezeske/clojurescript "0.0.3-f2d58284a8"]
[clj-stacktrace "0.2.3"]]
[fs "1.1.0"]
[emezeske/clojurescript "0.0.4+f4c0de502c"]
[clj-stacktrace "0.2.4"]]
:eval-in-leiningen true)
6 changes: 3 additions & 3 deletions src/leiningen/cljsbuild.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
; file). I haven't yet figured out a clean way to DRY them.
(def cljsbuild-dependencies
'[[org.clojure/clojure "1.3.0"]
[fs "0.11.1"]
[emezeske/clojurescript "0.0.3-f2d58284a8"]
[clj-stacktrace "0.2.3"]])
[fs "1.1.0"]
[emezeske/clojurescript "0.0.4+f4c0de502c"]
[clj-stacktrace "0.2.4"]])

(def default-compiler
{:output-to "main.js"
Expand Down

0 comments on commit 365b4a3

Please sign in to comment.