-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdeps.edn
More file actions
16 lines (14 loc) · 787 Bytes
/
Copy pathdeps.edn
File metadata and controls
16 lines (14 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
;; Copyright (c) Cognitect, Inc.
;; All rights reserved.
{:paths ["src" "resources"]
:deps {com.datomic/client-cloud {:mvn/version "0.8.54"}
com.datomic/ion {:mvn/version "0.9.7"}
org.clojure/data.json {:mvn/version "0.2.6"}
org.clojure/clojure {:mvn/version "1.9.0"}
;; We borrow the core items-by-type* and featured? ions from the ion-starter project
datomic.ion/starter {:git/url "https://github.com/Datomic/ion-starter.git"
:sha "ce6503ab40a62c68594c83d88c7f76e2dec9cf08"}}
:mvn/repos {"datomic-cloud" {:url "s3://datomic-releases-1fc2183a/maven/releases"}}
:aliases
{:dev {:extra-deps {com.datomic/ion-dev {:mvn/version "0.9.160"}
cider/cider-nrepl {:mvn/version "0.18.0-SNAPSHOT"}}}}}