Skip to content

Commit 3807c7b

Browse files
committed
0.1.9 Release:
- update dependencies and change clojars namespace
1 parent 3e4ee23 commit 3807c7b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

project.clj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
(defproject iapetos "0.1.9-SNAPSHOT"
1+
(defproject iapetos "0.1.9"
22
:description "A Clojure Prometheus Client"
33
:url "https://github.com/clj-commons/iapetos"
44
:license {:name "MIT License"
55
:url "https://opensource.org/licenses/MIT"
6-
:year 2016
6+
:year 2019
77
:key "mit"}
8-
:dependencies [[org.clojure/clojure "1.8.0" :scope "provided"]
9-
[io.prometheus/simpleclient "0.2.0"]
10-
[io.prometheus/simpleclient_common "0.2.0"]
11-
[io.prometheus/simpleclient_pushgateway "0.2.0"]
12-
[io.prometheus/simpleclient_hotspot "0.2.0" :scope "provided"]]
8+
:dependencies [[org.clojure/clojure "1.10.0" :scope "provided"]
9+
[io.prometheus/simpleclient "0.6.0"]
10+
[io.prometheus/simpleclient_common "0.6.0"]
11+
[io.prometheus/simpleclient_pushgateway "0.6.0"]
12+
[io.prometheus/simpleclient_hotspot "0.6.0" :scope "provided"]]
1313
:profiles {:dev
1414
{:dependencies [[org.clojure/test.check "0.9.0"]
15-
[aleph "0.4.4"]]
15+
[aleph "0.4.6"]]
1616
:global-vars {*warn-on-reflection* true}}
1717
:codox
1818
{:plugins [[lein-codox "0.10.0"]]

0 commit comments

Comments
 (0)