diff options
Diffstat (limited to 'deps.edn')
-rw-r--r-- | deps.edn | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,7 +1,9 @@ {:paths ["src" "resources"] - :deps {http-kit/http-kit {:mvn/version "2.8.0"} - metosin/reitit {:mvn/version "0.8.0"} - hiccup/hiccup {:mvn/version "2.0.0-RC5"}} + :deps {http-kit/http-kit {:mvn/version "2.8.0"} + metosin/reitit {:mvn/version "0.8.0"} + hiccup/hiccup {:mvn/version "2.0.0-RC5"} + ring-oauth2/ring-oauth2 {:mvn/version "0.3.0"} + lynxeyes/dotenv {:mvn/version "1.1.0"}} :aliases {:neil {:project {:name chef/chef :version "0.0.1"}} |