-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
31 lines (31 loc) · 1.62 KB
/
deps.edn
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
29
30
31
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
irresponsible/tentacles {:mvn/version "0.6.9"}
ring/ring-core {:mvn/version "1.12.2"}
ring/ring-jetty-adapter {:mvn/version "1.12.2"}
ring/ring-json {:mvn/version "0.5.1"}
compojure/compojure {:mvn/version "1.7.1"}
metosin/reitit {:mvn/version "0.7.2"}
integrant/integrant {:mvn/version "0.11.0"}
clj-http/clj-http {:mvn/version "3.13.0"}
ring/ring-devel {:mvn/version "1.12.2"}
net.clojars.wkok/openai-clojure {:mvn/version "0.21.0"}
org.clojure/core.async {:mvn/version "1.6.681"}
com.github.scribejava/scribejava {:git/url "https://github.com/scribejava/scribejava"
:git/sha "763a959f7b05ba5b9d3dabb39c8cd6511299c419"}
com.twitter/twitter-api-java-sdk {:mvn/version "2.0.3"}
com.taoensso/telemere {:mvn/version "1.0.0-beta25"}
com.phronemophobic/llama-clj-combined {:mvn/version "0.8.4"}}
:mvn/repos {"sonatype" {:url "https://org.sonatype.oss/content/repositories/snapshots"}}
:aliases
{:run-m {:main-opts ["-m" "jaketothepast.commit-to-social"]}
:run-x {:ns-default jaketothepast.commit-to-social
:exec-fn greet
:exec-args {:name "Clojure"}}
:build {:deps {io.github.clojure/tools.build
{:mvn/version "0.9.6"}}
: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.1" :git/sha "dfb30dd"}}}}}