Updated to kobalt 0.868

This commit is contained in:
Erik C. Thauvin 2016-07-25 13:45:40 -07:00
parent a4b333e854
commit b8345b0e6c
8 changed files with 7 additions and 5 deletions

View file

@ -16,7 +16,7 @@ val p = project {
}
```
Use the `lovalMaven()` directive to tell Kobalt to look for artifacts in the Maven Local Repository:
Use the `localMaven()` directive to tell Kobalt to look for artifacts in the Maven Local Repository:
```kotlin
val repos = repos(localMaven())