diff --git a/documentation/index.html b/documentation/index.html index da8d082..9cf7d44 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -244,7 +244,7 @@ dependencies { }

Maven repos

-

Unauthenticated repos

+

Unauthenticated repos

Kobalt already knows the location of the most popular Maven repos (Maven Central, JCenter, JBoss) but you can add repos with the repos() directive:

@@ -252,7 +252,7 @@ Kobalt already knows the location of the most popular Maven repos (Maven Central
 val repos = repos("https://dl.bintray.com/cbeust/maven/")
 
-

Authenticated repos

+

Authenticated repos

If one of your repos requires basic authentication, you can supply its credentials in your local.properties file by specifying keys and values following the format: