Skip to content

Instantly share code, notes, and snippets.

@jmglov
Created January 30, 2019 13:53
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 jmglov/844fe46c402fae37e0d3d2e05159663e to your computer and use it in GitHub Desktop.
Save jmglov/844fe46c402fae37e0d3d2e05159663e to your computer and use it in GitHub Desktop.
Clojure in Production: Clojure CLI deps
{:paths ["src" "dev"]
:deps {org.clojure/clojure {:mvn/version "1.10.0"}
amazonica {:mvn/version "0.3.139"}
cheshire {:mvn/version "5.8.1"}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment