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())

View file

@ -1 +1 @@
kobalt.version=0.867
kobalt.version=0.868

View file

@ -417,6 +417,8 @@
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-0.862/kobalt/wrapper/kobalt-0.862.jar!/" />
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-0.867/kobalt/wrapper/kobalt-0.867.jar!/" />
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-0.867/kobalt/wrapper/kobalt-0.867.jar!/" />
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-0.867/kobalt/wrapper/kobalt-0.867.jar!/" />
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-0.867/kobalt/wrapper/kobalt-0.867.jar!/" />
</SOURCES>
</library>
</component>

View file

@ -65,6 +65,6 @@ val p = project {
}
bintray {
publish = false
publish = true
}
}
}

Binary file not shown.

View file

@ -1 +1 @@
kobalt.version=0.867
kobalt.version=0.868

Binary file not shown.