mirror of https://github.com/status-im/timbre.git
Bump non-core deps
This commit is contained in:
parent
0945b83009
commit
a3fb7cde78
|
@ -1,7 +1,7 @@
|
|||
**[API docs](http://ptaoussanis.github.io/timbre/)** | **[CHANGELOG](https://github.com/ptaoussanis/timbre/blob/master/CHANGELOG.md)** | [contact & contributing](#contact--contributing) | [other Clojure libs](https://www.taoensso.com/clojure-libraries) | [Twitter](https://twitter.com/#!/ptaoussanis) | current [semantic](http://semver.org/) version:
|
||||
|
||||
```clojure
|
||||
[com.taoensso/timbre "2.1.2"] ; See commit history for breaking changes since 1.x
|
||||
[com.taoensso/timbre "2.1.2"] ; See CHANGELOG for breaking changes since 1.x
|
||||
```
|
||||
|
||||
# Timbre, a (sane) Clojure logging & profiling library
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
:dependencies [[org.clojure/clojure "1.4.0"]
|
||||
[org.clojure/tools.macro "0.1.2"]
|
||||
[clj-stacktrace "0.2.6"]
|
||||
[expectations "1.4.48"]]
|
||||
[expectations "1.4.49"]]
|
||||
:profiles {:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}
|
||||
:1.5 {:dependencies [[org.clojure/clojure "1.5.1"]]}
|
||||
:1.6 {:dependencies [[org.clojure/clojure "1.6.0-master-SNAPSHOT"]]}
|
||||
|
@ -16,8 +16,9 @@
|
|||
"test-auto" ["with-profile" "test" "autoexpect"]
|
||||
"start-dev" ["with-profile" "dev,test,bench" "repl" ":headless"]
|
||||
"codox" ["with-profile" "test" "doc"]}
|
||||
:plugins [[lein-expectations "0.0.7"]
|
||||
:plugins [[lein-expectations "0.0.8"]
|
||||
[lein-autoexpect "0.2.5"]
|
||||
[lein-ancient "0.4.2"]
|
||||
[codox "0.6.4"]]
|
||||
:min-lein-version "2.0.0"
|
||||
:global-vars {*warn-on-reflection* true}
|
||||
|
|
Loading…
Reference in New Issue