Skip to content

Commit 954bf9b

Browse files
committed
#11 Use lein release plugin
1 parent 24c0d5c commit 954bf9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project.clj

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
:dependencies [[org.clojure/clojure "1.6.0"]
99
[org.clojure/core.async "0.1.346.0-17112a-alpha"]
1010
[com.github.alaisi.pgasync/postgres-async-driver "0.5"]]
11+
:lein-release {:deploy-via :clojars}
1112
:global-vars {*warn-on-reflection* true}
1213
:target-path "target/%s"
1314
:profiles {:dev {:source-paths ["dev"]

0 commit comments

Comments
 (0)