Skip to content

Commit

Permalink
* project.clj: update dependencies, update ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Sep 21, 2010
1 parent 52e5670 commit 5da4220
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions project.clj
Original file line number Original file line Diff line number Diff line change
@@ -1,10 +1,8 @@
(defproject clj-nehe "0.1.0-SNAPSHOT" (defproject clj-nehe "0.1.0-SNAPSHOT"
:description "The Nehe tutorials ported to Penumbra" :description "The Nehe tutorials ported to Penumbra"
:dependencies [[org.clojure/clojure "1.2.0-master-SNAPSHOT"] :dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0-SNAPSHOT"] [org.clojure/clojure-contrib "1.2.0"]
[penumbra "0.6.0-SNAPSHOT"] [penumbra "0.6.0-SNAPSHOT"]]
[slick-util "1.0.0"]
[cantor "0.1.0"]]
:native-dependencies [[penumbra/lwjgl "2.4.2"]] :native-dependencies [[penumbra/lwjgl "2.4.2"]]
:dev-dependencies [[native-deps "1.0.0"] :dev-dependencies [[native-deps "1.0.4"]
[leiningen/lein-swank "1.2.0-SNAPSHOT"]]) [swank-clojure "1.3.0-SNAPSHOT"]])

0 comments on commit 5da4220

Please sign in to comment.