diff --git a/website/docs/reference/directives.md b/website/docs/reference/directives.md index c745910cbf..a52e7cef31 100644 --- a/website/docs/reference/directives.md +++ b/website/docs/reference/directives.md @@ -457,7 +457,7 @@ Enable Python support Add repositories for dependency resolution. -Accepts predefined repositories supported by Coursier (like `sonatype:snapshots` or `m2Local`) or a URL of the root of Maven repository +Accepts predefined repositories supported by Coursier (like `sonatype:snapshots`, `ivy2Local` or `m2Local`) or a URL of the root of Maven repository `//> using repository` _repository_ @@ -466,6 +466,8 @@ Accepts predefined repositories supported by Coursier (like `sonatype:snapshots` `//> using repository sonatype:snapshots` +`//> using repository ivy2Local` + `//> using repository m2Local` `//> using repository https://maven-central.storage-download.googleapis.com/maven2`