Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
- Add fipp, kawk
  • Loading branch information
lagenorhynque committed Jun 20, 2020
1 parent 2a1e64a commit b531579
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions todo-api/project.clj
@@ -1,14 +1,14 @@
(defproject todo-api "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:description "Todo API"
:url "https://github.com/lagenorhynque/clj-rest-api-and-cljs-spa-example"
:min-lein-version "2.0.0"
:dependencies [[org.clojure/clojure "1.10.0"]
[duct/core "0.7.0"]
:dependencies [[duct/core "0.8.0"]
[duct/module.ataraxy "0.3.0"]
[duct/module.logging "0.4.0"]
[duct/module.sql "0.5.0"]
[duct/module.logging "0.5.0"]
[duct/module.sql "0.6.0"]
[duct/module.web "0.7.0"]
[org.postgresql/postgresql "42.2.5"]]
[org.clojure/clojure "1.10.1"]
[org.postgresql/postgresql "42.2.14"]]
:plugins [[duct/lein-duct "0.12.1"]]
:main ^:skip-aot todo-api.main
:resource-paths ["resources" "target/resources"]
Expand All @@ -22,6 +22,8 @@
:profiles/dev {}
:project/dev {:source-paths ["dev/src"]
:resource-paths ["dev/resources"]
:dependencies [[integrant/repl "0.3.1"]
[eftest "0.5.7"]
[kerodon "0.9.0"]]}})
:dependencies [[eftest "0.5.9"]
[fipp "0.6.23"]
[hawk "0.2.11"]
[integrant/repl "0.3.1"]
[kerodon "0.9.1"]]}})

0 comments on commit b531579

Please sign in to comment.