mirror of https://github.com/status-im/timbre.git
Project.clj hk
This commit is contained in:
parent
fb44efddd8
commit
4c3042e6b8
11
project.clj
11
project.clj
|
@ -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/"})
|
||||
|
|
Loading…
Reference in New Issue