Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
rely on cdt 1.2.6.2 final
Browse files Browse the repository at this point in the history
  • Loading branch information
tavisrudd committed Jan 27, 2012
1 parent dd0f928 commit d229707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
:url "http://github.com/technomancy/swank-clojure"
:dependencies [[org.clojure/clojure "1.2.1"]
[clj-stacktrace "0.2.4"]
[cdt "1.2.6.2-SNAPSHOT"]]
[cdt "1.2.6.2"]]
:dev-dependencies [[lein-multi "1.0.0"]]
:multi-deps {"1.3" [[org.clojure/clojure "1.3.0"]
[clj-stacktrace "0.2.4"]
[cdt "1.2.6.2-SNAPSHOT"]]}
[cdt "1.2.6.2"]]}
:warn-on-reflection true
:shell-wrapper {:main swank.swank})

0 comments on commit d229707

Please sign in to comment.