Skip to content

Commit

Permalink
Switch test project to not use missing Clojure snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Dec 14, 2010
1 parent 9ab508e commit 70dc18a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test_projects/sample_failing/project.clj
Expand Up @@ -3,8 +3,6 @@
;; just want a basic project to work from, generate a new one with
;; "lein new".

(def clj-version "1.1.0-master-SNAPSHOT")

(defproject nomnomnom "0.5.0-SNAPSHOT"
:dependencies [[~(symbol "org.clojure" "clojure") ~clj-version]]
:dependencies [[~(symbol "org.clojure" "clojure") ~"1.1.0"]]
:main nom.nom.nom)

0 comments on commit 70dc18a

Please sign in to comment.