-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
deps.edn
17 lines (16 loc) · 819 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
com.github.oliyh/martian {:mvn/version "0.1.26"}
com.github.oliyh/martian-hato {:mvn/version "0.1.26"}
org.clojure/core.async {:mvn/version "1.6.681"}}
:aliases
{:build {:deps {io.github.seancorfield/build-clj
{:git/tag "v0.6.4" :git/sha "c21cfde"}}
:ns-default build}
:test {:extra-paths ["test"]
:extra-deps {org.clojure/test.check {:mvn/version "1.1.1"}
io.github.cognitect-labs/test-runner
{:git/tag "v0.5.0" :git/sha "48c3c67"}}
;; Commented out PR 48 as it causes tests not to run
;; https://github.com/wkok/openai-clojure/pull/48/files
#_#_:main-opts ["-e" "(set! *warn-on-reflection* true)"]}}}