Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Update dependencies #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 10 additions & 10 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
:scm {:url "git@github.com:zalando-stups/pierone"}
:min-lein-version "2.0.0"

:dependencies [[org.clojure/clojure "1.7.0"]
[org.zalando.stups/friboo "1.9.0"]
[yesql "0.5.1"]
[cheshire "5.6.0"]
[digest "1.4.4"]
[org.apache.commons/commons-compress "1.10"]
:dependencies [[org.clojure/clojure "1.8.0"]
[org.zalando.stups/friboo "1.10.0"]
[yesql "0.5.3"]
[cheshire "5.6.3"]
[digest "1.4.5"]
[org.apache.commons/commons-compress "1.12"]
[org.clojure/data.codec "0.1.0"]
[amazonica "0.3.57"]
[org.clojure/java.jdbc "0.4.1"]
[org.clojure/core.async "0.2.374"]]
[amazonica "0.3.76"]
[org.clojure/java.jdbc "0.6.2-alpha3"]
[org.clojure/core.async "0.2.391"]]

:main ^:skip-aot org.zalando.stups.pierone.core
:uberjar-name "pierone.jar"

:plugins [[lein-cloverage "1.0.6"]
:plugins [[lein-cloverage "1.0.7-SNAPSHOT"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need to rely on *-SNAPSHOT for coverage here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are some nice features like excluding namespaces in 1.0.7-SNAPSHOT, with which i successfully calculated the coverage even though the project had hystrix commands.

so, depends.

[io.sarnowski/lein-docker "1.1.0"]
[org.zalando.stups/lein-scm-source "0.2.0"]]

Expand Down