Skip to content

Commit

Permalink
update project.clj for leiningen 2, releasing 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pingles committed Aug 21, 2012
1 parent c3df3b2 commit 7dab3b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ pom.xml
.lein-failures
.lein-deps-sum
autodoc/**
target/
7 changes: 4 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(defproject clj-esper "1.0.0-SNAPSHOT"
:description "Simple Esper wrapper for Clojure"
(defproject clj-esper/clj-esper "1.0.1"
:min-lein-version "2.0.0"
:dependencies [[org.clojure/clojure "1.4.0"]
[com.espertech/esper "4.3.0" :exclusions [log4j]]])
[com.espertech/esper "4.3.0" :exclusions [log4j]]]
:description "Simple Esper wrapper for Clojure")

0 comments on commit 7dab3b9

Please sign in to comment.