Skip to content

Commit

Permalink
Merge pull request #73 from mnuessler/metrics-upgrade
Browse files Browse the repository at this point in the history
Upgrade to Dropwizard metrics 3.1.2
  • Loading branch information
michaelklishin committed Jun 30, 2015
2 parents ed029fa + 374a144 commit 9656216
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion metrics-clojure-core/project.clj
Expand Up @@ -3,7 +3,7 @@
:url "https://github.com/sjl/metrics-clojure"
:license {:name "MIT"}
:dependencies [[org.clojure/clojure "1.6.0"]
[io.dropwizard.metrics/metrics-core "3.1.1"]]
[io.dropwizard.metrics/metrics-core "3.1.2"]]
:repositories {"repo.codahale.com" "http://repo.codahale.com"
;; to get Clojure snapshots
"sonatype" {:url "http://oss.sonatype.org/content/repositories/releases"
Expand Down
2 changes: 1 addition & 1 deletion metrics-clojure-ganglia/project.clj
Expand Up @@ -3,4 +3,4 @@
:url "https://github.com/sjl/metrics-clojure"
:license {:name "MIT"}
:dependencies [[metrics-clojure "2.6.0-SNAPSHOT"]
[io.dropwizard.metrics/metrics-ganglia "3.1.1"]])
[io.dropwizard.metrics/metrics-ganglia "3.1.2"]])
2 changes: 1 addition & 1 deletion metrics-clojure-graphite/project.clj
Expand Up @@ -3,4 +3,4 @@
:url "https://github.com/sjl/metrics-clojure"
:license {:name "MIT"}
:dependencies [[metrics-clojure "2.6.0-SNAPSHOT"]
[io.dropwizard.metrics/metrics-graphite "3.1.1"]])
[io.dropwizard.metrics/metrics-graphite "3.1.2"]])
2 changes: 1 addition & 1 deletion metrics-clojure-health/project.clj
Expand Up @@ -3,4 +3,4 @@
:url "https://github.com/sjl/metrics-clojure"
:license {:name "MIT"}
:dependencies [[metrics-clojure "2.6.0-SNAPSHOT"]
[io.dropwizard.metrics/metrics-healthchecks "3.1.1"]])
[io.dropwizard.metrics/metrics-healthchecks "3.1.2"]])
2 changes: 1 addition & 1 deletion metrics-clojure-jvm/project.clj
Expand Up @@ -3,4 +3,4 @@
:url "https://github.com/sjl/metrics-clojure"
:license {:name "MIT"}
:dependencies [[metrics-clojure "2.6.0-SNAPSHOT"]
[io.dropwizard.metrics/metrics-jvm "3.1.1"]])
[io.dropwizard.metrics/metrics-jvm "3.1.2"]])

0 comments on commit 9656216

Please sign in to comment.