Skip to content

Commit

Permalink
Add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereOverfl0w committed Oct 10, 2018
1 parent 7ac9ca7 commit dda031c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions phonebook-app/deps.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{:paths ["src" "resources"]
{:paths ["src" "resources"],
:deps
{
venantius/accountant {:mvn/version "0.2.4"}
}}
{venantius/accountant {:mvn/version "0.2.4"},
bidi/bidi {:mvn/version "2.1.4"},
reagent/reagent {:mvn/version "0.8.1"},
org.clojure/clojurescript {:mvn/version "1.10.339"},
integrant/integrant {:mvn/version "0.7.0"},
selmer/selmer {:mvn/version "1.12.2"},
yada/yada {:mvn/version "1.2.15"}}}

0 comments on commit dda031c

Please sign in to comment.