-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.edn
More file actions
28 lines (25 loc) · 1.27 KB
/
deps.edn
File metadata and controls
28 lines (25 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{:aliases
{:dev
{:extra-paths ["dev/src" "test"]
:extra-deps {org.clojure/test.check {:mvn/version "1.1.3"}
org.clojure/tools.analyzer.jvm {:mvn/version "1.3.4"}
com.cognitect/transcriptor {:mvn/version "0.1.5"}
criterium/criterium {:mvn/version "0.4.6"}
io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}
fipp/fipp {:mvn/version "0.6.29"}
com.widdindustries/time-literals {:mvn/version "0.1.10"}
;; Newer versions of shadow-cljs require a newer version of
;; ClojureScript, which requires a newer version of the Closure
;; Compiler, which requires a never version of the Java Platform.
;;
;; Don't want anything to do with that, so we'll just stick with
;; an old shadow-cljs version until perpetuity.
thheller/shadow-cljs ^:antq/exclude {:mvn/version "2.25.8"}}}
:bench
{:extra-deps {org.clojure/clojure {:mvn/version "1.12.4"}}}
:build
{:deps {io.github.clojure/tools.build {:git/tag "v0.10.12" :git/sha "97c5562"}}
:ns-default build}
:build.edn
{:deps {com.github.liquidz/build.edn {:mvn/version "0.11.266"}}
:ns-default build-edn.main}}}