File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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" ]]
You can’t perform that action at this time.
0 commit comments