Skip to content

Commit

Permalink
Update README links and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luchiniatwork committed Jul 25, 2019
1 parent 032acb6 commit e46c5db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[about]: https://github.com/luchiniatwork/resilience4clj-circuitbreaker/blob/master/docs/ABOUT.md
[breaker]: https://github.com/luchiniatwork/resilience4clj-circuitbreaker/
[cache-effect]: https://github.com/luchiniatwork/resilience4clj-cache#using-as-an-effect
[circleci-badge]: https://circleci.com/gh/luchiniatwork/resilience4clj-retry.svg?style=shield&circle-token=10db5b67206f6a8351da2e10a783b9667a68b8ac
[circleci]: https://circleci.com/gh/luchiniatwork/resilience4clj-retry
[about]: https://github.com/resilience4clj/resilience4clj-circuitbreaker/blob/master/docs/ABOUT.md
[breaker]: https://github.com/resilience4clj/resilience4clj-circuitbreaker/
[cache-effect]: https://github.com/resilience4clj/resilience4clj-cache#using-as-an-effect
[circleci-badge]: https://circleci.com/gh/resilience4clj/resilience4clj-retry.svg?style=shield&circle-token=10db5b67206f6a8351da2e10a783b9667a68b8ac
[circleci]: https://circleci.com/gh/resilience4clj/resilience4clj-retry
[clojars-badge]: https://img.shields.io/clojars/v/resilience4clj/resilience4clj-retry.svg
[clojars]: http://clojars.org/resilience4clj/resilience4clj-retry
[github-issues]: https://github.com/luchiniatwork/resilience4clj-retry/issues
[github-issues]: https://github.com/resilience4clj/resilience4clj-retry/issues
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license]: ./LICENSE
[status-badge]: https://img.shields.io/badge/project%20status-alpha-brightgreen.svg
Expand Down
6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{:paths ["src"]

:deps
{org.clojure/clojure {:mvn/version "1.10.0"}
io.github.resilience4j/resilience4j-retry {:mvn/version "0.13.2"}}
{org.clojure/clojure {:mvn/version "1.10.1"}
io.github.resilience4j/resilience4j-retry {:mvn/version "0.17.0"}}

:aliases
{:dev
Expand All @@ -14,5 +14,5 @@
:test
{:extra-paths ["test"]
:extra-deps
{lambdaisland/kaocha {:mvn/version "0.0-409"}}
{lambdaisland/kaocha {:mvn/version "0.0-529"}}
:main-opts ["-m" "kaocha.runner"]}}}

0 comments on commit e46c5db

Please sign in to comment.