Skip to content

Instantly share code, notes, and snippets.

@trickster
Created July 19, 2021 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trickster/a8a43a900bb2a67c49270ab338683efd to your computer and use it in GitHub Desktop.
Save trickster/a8a43a900bb2a67c49270ab338683efd to your computer and use it in GitHub Desktop.
deps.edn
{
:deps {
org.clojure/clojure {:mvn/version "1.11.0-alpha1"}
clojure.java-time/clojure.java-time {:mvn/version "0.3.2"}
org.clojure/tools.cli {:mvn/version "1.0.206"}
io.github.clojure/tools.tools {:git/url "https://github.com/clojure/tools.tools.git" :sha "6f45b8892ed68ffb09945a72cfa72eb38b3da234"}
}
:aliases {
:rebel {:extra-deps {com.bhauman/rebel-readline {:mvn/version "0.1.4"}}
:main-opts ["-m" "rebel-readline.main"]}
:new {:extra-deps {com.github.seancorfield/clj-new
{:mvn/version "1.1.297"}}
:exec-fn clj-new/create
:exec-args {:template "app"}}
:deps {:extra-deps {org.clojure/tools.deps.alpha {:mvn/version "0.11.910"}}}
:test {:extra-paths ["test"]}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment