Skip to content

Commit

Permalink
add missing fields
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Dec 16, 2012
1 parent 2e504c8 commit 7c68ccd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/incanter-sql/project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
(defproject incanter/incanter-sql "1.4.1"
:description "Database interaction via ClojureQL"
:url "http://incanter.org/"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/liebke/incanter"}
:min-lein-version "2.0.0"
:dependencies [[incanter/incanter-core "1.4.1"]
[clojureql "1.0.4"]
]
Expand Down

0 comments on commit 7c68ccd

Please sign in to comment.