Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. (defproject adorn "0.0.1"
  2. :description ""
  3. :url ""
  4. :plugins [[reifyhealth/lein-git-down "0.3.5"]]
  5. :middleware [lein-git-down.plugin/inject-properties]
  6. :repositories [["public-github" {:url "git://github.com"
  7. :protocol :https}]]
  8. :dependencies [[org.clojure/clojure "1.9.0"]
  9. [org.clojure/data.json "0.2.6"]
  10. [augistints "2a2703d449144a449efdd3bc1b64ba3178b6fc0a"]
  11. [rewrite-clj "69ef791b949eac1e3cebf6cec154bcda0a109edc"]]
  12. :git-down {augistints {:coordinates sogaiu/augistints}
  13. rewrite-clj {:coordinates lread/rewrite-cljs-playground}}
  14. :profiles {:uberjar {:jvm-opts ["-Dclojure.compiler.direct-linking=true"]
  15. :main script
  16. :aot :all}}
  17. :aliases {"adorn" ["run" "-m" "script"]})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement