Project.clj hk
This commit is contained in:
parent
efe54c01ec
commit
4e1a7fe562
1 changed files with 2 additions and 9 deletions
11
project.clj
11
project.clj
|
|
@ -46,12 +46,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/"})
|
||||
|
|
|
|||
Loading…
Reference in a new issue