Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gws committed May 30, 2020
1 parent 254f730 commit bbb8036
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clojure/project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject clj-upcoming-elections "0.1.0-SNAPSHOT"
:description "An anonymous Democracy Works coding exercise"
:min-lein-version "2.7.1"
:dependencies [[org.clojure/clojure "1.10.0"]
[ring "1.7.1"]
:dependencies [[org.clojure/clojure "1.10.1"]
[ring "1.8.1"]
[ring/ring-defaults "0.3.2"]
[compojure "1.6.1"]
[hiccup "1.0.5"]]
:plugins [[lein-ring "0.12.4"]]
:plugins [[lein-ring "0.12.5"]]
:ring {:handler clj-upcoming-elections.core/handler})

0 comments on commit bbb8036

Please sign in to comment.