Skip to content

Commit

Permalink
bump clojure version + dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnick committed Feb 5, 2019
1 parent e26d5b8 commit a24dd09
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
:description "Silk static and dynamic publishing toolkit."
:source-paths ["src-clj" "src-cljc"]
:min-lein-version "2.0.0"
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/clojurescript "1.9.946"]
[cljs-http "0.1.44"]
:dependencies [[org.clojure/clojure "1.10.0"]
[org.clojure/clojurescript "1.10.516"]
[cljs-http "0.1.46"]
[pathetic "0.5.1"]
[hickory "0.7.1"]
[expectations "2.1.1"]
[com.rpl/specter "0.13.1"]
[expectations "2.1.10"]
[com.rpl/specter "1.1.2"]
[me.rossputin/diskops "0.6.0"]
[org.clojure/tools.cli "0.3.5"]
[org.clojure/tools.cli "0.4.1"]
[hawk "0.2.11"]
[io.aviso/pretty "0.1.34"]
[org.apache.commons/commons-lang3 "3.5"]
[io.aviso/pretty "0.1.36"]
[org.apache.commons/commons-lang3 "3.8.1"]
[org.clojure/data.json "0.2.6"]
[markdown-clj "1.0.1"]]
[markdown-clj "1.0.7"]]
:plugins [[lein-cljsbuild "1.1.7"]
[lein-expectations "0.0.8"]]
:cljsbuild {
Expand Down

0 comments on commit a24dd09

Please sign in to comment.