Skip to content

Commit 124d433

Browse files
committed
chore: bump to v0.1.0
1 parent a1a7cdf commit 124d433

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

deps.edn

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"}
@@ -35,6 +35,10 @@
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

dev/com/moclojer/tools/build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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")

0 commit comments

Comments
 (0)