Skip to content

Commit

Permalink
Added Clojure and lein-swank dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbert Schneider authored and Norbert Schneider committed Apr 21, 2012
1 parent c4a5371 commit 6f1dc7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
classes
.lein-plugins
6 changes: 4 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
(defproject korma-crud "0.0.1-SNAPSHOT"
:description "Create CRUD views for Korma-queries"
:dependencies [[korma "0.3.0-beta7"]
:dependencies [[org.clojure/clojure "1.4.0"]
[korma "0.3.0-beta7"]
[postgresql "8.4-702.jdbc4"]
[compojure "1.0.3"]
[ring "1.1.0"]
[hiccup "1.0.0"]]
:plugins [[lein-cucumber "1.0.0"]]
:plugins [[lein-cucumber "1.0.0"]
[lein-swank "1.4.2"]]
:source-paths ["src/clj"]
:test-paths ["test/clj"]
:profiles {:dev {:dependencies [[midje "1.4.0-beta1"]]}})

0 comments on commit 6f1dc7a

Please sign in to comment.