Skip to content

Commit

Permalink
Added Clojure 1.2.1 as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed May 4, 2011
1 parent f75dc4e commit 60be787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
@@ -1,4 +1,5 @@
(defproject clucy "0.1.1-SNAPSHOT"
:description "A Clojure interface to the Lucene search engine"
:url "http://github/weavejester/clucy"
:dependencies [[org.apache.lucene/lucene-core "3.0.3"]])
:dependencies [[org.clojure/clojure "1.2.1"]
[org.apache.lucene/lucene-core "3.0.3"]])

0 comments on commit 60be787

Please sign in to comment.