Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 34a8921

Browse files
committed
Add a bit of clojars config
1 parent c42f3d2 commit 34a8921

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

project.clj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
:scm {:name "git" :url "https://github.com/clojure-emacs/cljs-tooling"}
77
:dependencies []
88
:global-vars {*assert* false}
9+
10+
:deploy-repositories [["clojars" {:url "https://clojars.org/repo"
11+
:username :env/clojars_username
12+
:password :env/clojars_password
13+
:sign-releases false}]]
14+
915
:profiles {:dev {:dependencies [[org.clojure/clojure "1.9.0" :scope "test"]
1016
[org.clojure/clojurescript "1.10.238" :scope "test"]
1117
[org.clojure/core.async "0.4.474" :scope "test"]

0 commit comments

Comments
 (0)