File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11{:paths [" resources" " src" ]
22 :deps {org.clojure/clojure {:mvn/version " 1.11.1" }
33 com.moclojer/moclojer {:mvn/version " 0.3.2" }
4- com.moclojer/rq {:mvn/version " 0.1.3 " }
4+ com.moclojer/rq {:mvn/version " 0.1.4 " }
55 clj-http/clj-http {:mvn/version " 3.12.3" }
66 com.zaxxer/HikariCP {:mvn/version " 5.0.1" }
77 com.stuartsierra/component {:mvn/version " 1.1.0" }
3535 :extra-deps {io.github.clojure/tools.build {:git/tag " v0.9.6"
3636 :git/sha " 8e78bcc"
3737 :exclusions [org.slf4j/slf4j-nop]}}}
38+
39+ :local-clj-rq {:extra-deps {com.moclojer/rq
40+ {:local/root " ../clj-rq" }}}
41+
3842 ; ; Run all tests
3943 ; ; clj -M:test
4044 ; ; Run specific test
Original file line number Diff line number Diff line change 44 [clojure.string :as string]
55 [clojure.tools.build.api :as b]))
66
7- (def version " 0.0.7 " )
7+ (def version " 0.1.0 " )
88
99(def class-dir " target/classes" )
1010(def jar-file " target/com.moclojer.components.jar" )
You can’t perform that action at this time.
0 commit comments