Skip to content

Commit ad923a5

Browse files
committed
Updates
* Updated riemann-java-client to 0.4.5 * Added ability to specify source address
1 parent 8de00ad commit ad923a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
(defproject riemann-clojure-client "0.4.4"
1+
(defproject riemann-clojure-client "0.4.5"
22
:description "Clojure client for the Riemann monitoring system"
33
:url "https://github.com/aphyr/riemann-clojure-client"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
66
:dependencies [[less-awful-ssl "1.0.0"]
7-
[io.riemann/riemann-java-client "0.4.3"]]
7+
[io.riemann/riemann-java-client "0.4.4"]]
88
:profiles {:dev {:dependencies [[org.clojure/clojure "1.8.0"]]}
99
:bench {:dependencies [[org.clojure/clojure "1.8.0"]
1010
[criterium "0.4.1"]]

0 commit comments

Comments
 (0)