-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
33 lines (31 loc) · 2.07 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
32
33
{:paths ["src"]
:deps {instaparse/instaparse {:mvn/version "1.4.12"}
better-cond/better-cond {:mvn/version "2.1.4"}}
:aliases {:dev {:extra-deps {org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/clojurescript {:mvn/version "1.11.54"}
hashp/hashp {:mvn/version "0.2.1"}}}
:test {:extra-paths ["test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.66.1034"}
lambdaisland/kaocha-cljs {:mvn/version "1.0.107"}
lambdaisland/kaocha-junit-xml {:mvn/version "0.0.76"}
org.clojure/test.check {:mvn/version "1.1.1"}
;taipei.404/mate {:mvn/version "0.0.2"}
taipei.404/mate {:local/root "../mate"}
;taipei.404/html-to-hiccup {:mvn/version "0.1.6"}
taipei.404/html-to-hiccup {:local/root "../html-to-hiccup"}}}
; clojure -M:outdated --upgrade
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "1.6.774"}}
:main-opts ["-m" "antq.core"]}
:depstar {:replace-deps {com.github.seancorfield/depstar {:mvn/version "2.1.303"}}
:exec-fn hf.depstar/jar
:exec-args {:sync-pom true
:group-id "hiccdown"
:artifact-id "hiccdown"
:version "0.1.0"
:jar "hiccdown.jar"}}}}
;; Memo for deploying a new release:
;; - Change the version above, then build the jar:
;; clojure -X:depstar
;; - add a tag "v0.x.y" to the latest commit and push to repo
;; - deploy:
;; mvn deploy:deploy-file -Dfile=hiccdown.jar -DpomFile=pom.xml -DrepositoryId=clojars -Durl=https://clojars.org/repo/