Skip to content

Commit

Permalink
bump dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fᴀʙɪᴇɴ Wᴇʀɴʟɪ committed Jun 6, 2017
1 parent 35ed4a5 commit a68cbd7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
(defproject samplerr "0.3.5"
(defproject samplerr "0.3.6"
:description "riemann plugin to aggregate data in a round-robin fashion to elasticsearch"
:url "http://github.com/samplerr/samplerr"
:license {:name "EPL-1.0"
:url "https://spdx.org/licenses/EPL-1.0.html"}
:dependencies [[org.clojure/clojure "1.7.0"]
[cheshire "5.5.0"]
[clj-time "0.11.0"]
[clojurewerkz/elastisch "2.2.0"]]
:dependencies [[org.clojure/clojure "1.8.0"]
[cheshire "5.7.0"]
[clj-time "0.13.0"]
[riemann "0.2.13"]
[org.clojure/tools.logging "0.3.1"]
[clojurewerkz/elastisch "2.2.2"]]
:plugins [[lein-rpm "0.0.5"
:exclusions [org.apache.maven/maven-plugin-api
org.codehaus.plexus/plexus-container-default
Expand Down

0 comments on commit a68cbd7

Please sign in to comment.