Skip to content

Commit

Permalink
Updated to 0.5.3
Browse files Browse the repository at this point in the history
Signed-off-by: James Turnbull <[email protected]>
  • Loading branch information
jamtur01 committed Jan 20, 2022
1 parent 82f2516 commit 7a5e76a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject riemann-clojure-client "0.5.3-SNAPSHO3-SNAPSHO3-SNAPSHO3-SNAPSHO3-SNAPSHO3-SNAPSHO3-SNAPSHO3-SNAPSHO3-SNAPSHOT"
(defproject riemann-clojure-client "0.5.3"
:description "Clojure client for the Riemann monitoring system"
:url "https://github.com/riemann/riemann-clojure-client"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[less-awful-ssl "1.0.4"]
[io.riemann/riemann-java-client "0.5.2"]]
[io.riemann/riemann-java-client "0.5.3"]]
:plugins [[test2junit "1.3.3"]]
:test2junit-output-dir "target/test2junit"
:profiles {:dev {:dependencies [[org.clojure/clojure "1.9.0"]]}
Expand Down

0 comments on commit 7a5e76a

Please sign in to comment.