Skip to content

Commit

Permalink
Upgrade libs to latest ⏩
Browse files Browse the repository at this point in the history
"Manually" update the following libraries:
 org.clojure/core.async (to 0.4.490)
 clj-time (to 0.15.1)
 clj-http (to 3.9.1)
  • Loading branch information
nicokosi committed Apr 30, 2019
1 parent 3d78c57 commit 4592d32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.0"],
[org.clojure/data.json "0.2.6"],
[clj-http "3.7.0"],
[clj-http "3.9.1"],
[slingshot "0.12.2"],
[clj-time "0.14.2"],
[org.clojure/core.async "0.4.474"]]
[clj-time "0.15.1"],
[org.clojure/core.async "0.4.490"]]
:main ^:skip-aot hubstats.core
:profiles {:uberjar {:aot :all}})

0 comments on commit 4592d32

Please sign in to comment.