Skip to content

Instantly share code, notes, and snippets.

@ctford
Created May 24, 2014 22:09
Show Gist options
  • Save ctford/4815a888cf3dcb43e704 to your computer and use it in GitHub Desktop.
Save ctford/4815a888cf3dcb43e704 to your computer and use it in GitHub Desktop.
Transitive dependencies resulting in Clojure 1.3.0 being used.
(defproject pecha "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]
[overtone "0.8.1"]
[leipzig "0.8.0"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment