File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11{:deps {org.clojure/clojure {:mvn/version " 1.10.3" }
2- io.prometheus/simpleclient {:mvn/version " 0.10 .0" }
3- io.prometheus/simpleclient_common {:mvn/version " 0.10 .0" }
4- io.prometheus/simpleclient_pushgateway {:mvn/version " 0.10 .0" }
5- io.prometheus/simpleclient_hotspot {:mvn/version " 0.10 .0" }}}
2+ io.prometheus/simpleclient {:mvn/version " 0.12 .0" }
3+ io.prometheus/simpleclient_common {:mvn/version " 0.12 .0" }
4+ io.prometheus/simpleclient_pushgateway {:mvn/version " 0.12 .0" }
5+ io.prometheus/simpleclient_hotspot {:mvn/version " 0.12 .0" }}}
Original file line number Diff line number Diff line change 1- (defproject clj-commons /iapetos " 0.1.11 "
1+ (defproject clj-commons /iapetos " 0.1.12 "
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"
66 :year 2019
77 :key " mit" }
88 :dependencies [[org.clojure/clojure " 1.10.3" :scope " provided" ]
9- [io.prometheus/simpleclient " 0.10 .0" ]
10- [io.prometheus/simpleclient_common " 0.10 .0" ]
11- [io.prometheus/simpleclient_pushgateway " 0.10 .0" ]
12- [io.prometheus/simpleclient_hotspot " 0.10 .0" :scope " provided" ]]
9+ [io.prometheus/simpleclient " 0.12 .0" ]
10+ [io.prometheus/simpleclient_common " 0.12 .0" ]
11+ [io.prometheus/simpleclient_pushgateway " 0.12 .0" ]
12+ [io.prometheus/simpleclient_hotspot " 0.12 .0" :scope " provided" ]]
1313 :profiles {:dev
1414 {:dependencies [[org.clojure/test.check " 1.1.0" ]
1515 [aleph " 0.4.6" ]]
You can’t perform that action at this time.
0 commit comments