Skip to content

Commit

Permalink
Merge pull request ldnclj#2 from otfrom/master
Browse files Browse the repository at this point in the history
Updated things ot the latest swank-clojure
  • Loading branch information
rrees committed Jun 27, 2011
2 parents ef84c1c + 31e3542 commit 610e635
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions project.clj
@@ -1,12 +1,8 @@
(defproject predators-and-prey "0.0.1-SNAPSHOT"
:description "Predators and Prey example"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[midje "1.1.1"]
[org.clojars.automata/rosado.processing "1.1.0"]]

:dev-dependencies [ [swank-clojure "1.2.1"]]

:main predators-and-prey.core

)
:description "Predators and Prey example"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[midje "1.1.1"]
[org.clojars.automata/rosado.processing "1.1.0"]]
:dev-dependencies [[swank-clojure "1.3.1"]]
:main predators-and-prey.core)

0 comments on commit 610e635

Please sign in to comment.