Update TUTORIAL.md

This commit is contained in:
Tim 2017-03-13 23:37:59 +01:00 committed by GitHub
parent 999e4c1166
commit b32d6bff3e

View file

@ -261,8 +261,9 @@ wider JVM community.
You can add third-party repositories by setting the `:repositories` key You can add third-party repositories by setting the `:repositories` key
in project.clj. See the in project.clj. See the
[sample.project.clj](https://github.com/technomancy/leiningen/blob/stable/sample.project.clj) [sample.project.clj](https://github.com/technomancy/leiningen/blob/stable/sample.project.clj)
for examples on how to do so. For example, you may want to add the Sonatype repository in for examples on how to do so. This sample also uses additional repositories such as the Sonatype
order to get the latest SNAPSHOT development version of a library. repository which gives access to the latest SNAPSHOT development version of a library (Clojure or Java).
It also contains other relevant settings regarding repositories such as update frequency.
### Checkout Dependencies ### Checkout Dependencies