diff --git a/README.md b/README.md index 701f7ac..c744952 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/project.clj b/project.clj index fe55501..d71f768 100644 --- a/project.clj +++ b/project.clj @@ -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}