aboutsummaryrefslogtreecommitdiff
path: root/deps.edn
diff options
context:
space:
mode:
authorIvar Refsdal <ivar.refsdal@nsd.no>2021-09-17 14:51:01 +0200
committerIvar Refsdal <ivar.refsdal@nsd.no>2021-09-17 14:51:01 +0200
commitd13b0cb0b72a9cef9f8e9bd82616899796a4853f (patch)
tree1772613c72c1c71e6086af953424cae73e2c69cd /deps.edn
parentCapture-bindings works (diff)
downloadfiinha-d13b0cb0b72a9cef9f8e9bd82616899796a4853f.tar.gz
fiinha-d13b0cb0b72a9cef9f8e9bd82616899796a4853f.tar.xz
Use [#'taoensso.timbre/*context*] as default :capture-bindings if present
Diffstat (limited to 'deps.edn')
-rw-r--r--deps.edn3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps.edn b/deps.edn
index cf8297c..a457628 100644
--- a/deps.edn
+++ b/deps.edn
@@ -3,7 +3,8 @@
:paths ["src"]
- :aliases {:test {:extra-paths ["test"]
+ :aliases {:datomic {:extra-deps {com.datomic/datomic-pro {:mvn/version "1.0.6316" :exclusions [org.slf4j/slf4j-nop]}}}
+ :test {:extra-paths ["test"]
:extra-deps {ivarref/datomic-schema {:mvn/version "0.2.0"}
com.taoensso/timbre {:mvn/version "5.1.2"}
com.fzakaria/slf4j-timbre {:mvn/version "0.3.21"}