Skip to content

Commit

Permalink
added lein-release
Browse files Browse the repository at this point in the history
  • Loading branch information
klgraham committed Mar 13, 2014
1 parent 8f691c6 commit bd93f7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
(defproject watershed "0.1.0-SNAPSHOT"
:description "Library for working with probabilistic graphical models in Clojure."
:url "https://github.com/klgraham/watershed"

:lein-release {:deploy-via :clojars}

:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}

:dependencies [[org.clojure/clojure "1.5.1"]
[prismatic/schema "0.1.9"]
[org.clojure/core.match "0.2.0"]
[com.taoensso/timbre "3.0.0-RC4"]]

:profiles {:dev {:dependencies [[midje "1.5.1"]]}
:test-libs {:dependencies [[midje "1.6.3"]]}
:1.4 [:test-libs {:dependencies [[org.clojure/clojure "1.4.0"]]}]
Expand Down

0 comments on commit bd93f7c

Please sign in to comment.