-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathproject.clj
More file actions
13 lines (13 loc) · 661 Bytes
/
project.clj
File metadata and controls
13 lines (13 loc) · 661 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
(defproject babashka/process "0.6.25"
:description "Clojure library for shelling out / spawning subprocesses"
:url "https://github.com/babashka/process"
:scm {:name "git"
:url "https://github.com/babashka/process"}
:license {:name "EPL-1.0"
:url "https://www.eclipse.org/legal/epl-1.0/"}
:dependencies [[org.clojure/clojure "1.9.0"]
[babashka/fs "0.4.18"]]
:deploy-repositories [["clojars" {:url "https://clojars.org/repo"
:username :env/clojars_user
:password :env/clojars_pass
:sign-releases false}]])