Update dependencies
This commit is contained in:
parent
b3813e51de
commit
300e38aac4
4 changed files with 23 additions and 34 deletions
8
deps.edn
8
deps.edn
|
|
@ -1,7 +1,7 @@
|
|||
{:paths ["src" "resources"]
|
||||
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
|
||||
aero {:mvn/version "1.1.6"}
|
||||
http-kit {:mvn/version "2.3.0"}
|
||||
http-kit/http-kit {:mvn/version "2.5.3"}
|
||||
aero/aero {:mvn/version "1.1.6"}
|
||||
metosin/reitit {:mvn/version "0.4.2"}
|
||||
radicalzephyr/ring.middleware.logger {:mvn/version "0.6.0"}
|
||||
ring/ring-defaults {:mvn/version "0.3.2"}}
|
||||
|
|
@ -13,8 +13,8 @@
|
|||
;; clojurescript build tool and dependencies (see also shadow-cljs.edn)
|
||||
{:cljs {:extra-deps {thheller/shadow-cljs {:mvn/version "2.8.109"}
|
||||
appliedscience/js-interop {:mvn/version "0.2.5"}
|
||||
reagent {:mvn/version "1.0.0-alpha1"}
|
||||
cljs-http {:mvn/version "0.1.46"}}}
|
||||
reagent/reagent {:mvn/version "1.0.0"}
|
||||
cljs-http/cljs-http {:mvn/version "0.1.46"}}}
|
||||
|
||||
;; packaging the server as a standalone jar for production
|
||||
:uberjar {:extra-deps {luchiniatwork/cambada {:mvn/version "1.0.2"}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue