Skip to content

Commit

Permalink
Update remaining dependencies to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
justone committed Sep 3, 2020
1 parent ba40bf7 commit 93e2556
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
:url "https://github.com/brosenan/lambda-kube"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0"]
:dependencies [[org.clojure/clojure "1.10.1"]
[io.forward/yaml "1.0.10"]
[aysylu/loom "1.0.1"]
[org.clojure/data.json "0.2.6"]
[aysylu/loom "1.0.2"]
[org.clojure/data.json "1.0.0"]
[org.clojure/data.xml "0.0.8"]
[digest "1.4.8"]]
[digest "1.4.9"]]
:profiles {:dev {:dependencies [[midje "1.9.9"]]
:plugins [[lein-midje "3.2.1"]
[lein-auto "0.1.3"]]}}
Expand Down

0 comments on commit 93e2556

Please sign in to comment.