Project.clj hk

This commit is contained in:
Peter Taoussanis 2014-09-02 22:01:35 +07:00
parent fb44efddd8
commit 4c3042e6b8
1 changed files with 2 additions and 9 deletions

View File

@ -43,12 +43,5 @@
"deploy-lib" ["do" "deploy" "clojars," "install"]
"start-dev" ["with-profile" "+server-jvm" "repl" ":headless"]}
:repositories
{"sonatype"
{:url "http://oss.sonatype.org/content/repositories/releases"
:snapshots false
:releases {:checksum :fail}}
"sonatype-snapshots"
{:url "http://oss.sonatype.org/content/repositories/snapshots"
:snapshots true
:releases {:checksum :fail :update :always}}})
:repositories {"sonatype-oss-public"
"https://oss.sonatype.org/content/groups/public/"})