Skip to content

Commit

Permalink
release 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pyr committed Nov 26, 2014
1 parent d535d0a commit e70617e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
(defproject riemann-grid "0.6.3"
(defproject riemann-grid "0.6.4"
:description "grid like view of riemann alerts"
:url "https://github.com/exoscale/riemann-grid"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/tools.logging "0.2.6"]
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/tools.logging "0.3.1"]
[org.clojure/tools.cli "0.3.1"]
[compojure "1.1.3"]
[compojure "1.2.1"]
[hiccup "1.0.5"]
[ring/ring-json "0.2.0"]
[riemann-clojure-client "0.2.9"]
[ring/ring-core "1.2.1"]
[ring/ring-jetty-adapter "1.2.1"]
[ring/ring-devel "1.2.1"]
[ring/ring-json "0.3.1"]
[riemann-clojure-client "0.2.11"]
[ring/ring-core "1.3.1"]
[ring/ring-jetty-adapter "1.3.1"]
[ring/ring-devel "1.3.1"]
[log4j/log4j "1.2.17"
:exclusions [javax.mail/mail
javx.jms/jms
Expand Down

0 comments on commit e70617e

Please sign in to comment.