Updated to Kobalt 0.879

This commit is contained in:
Erik C. Thauvin 2016-07-31 13:48:43 -07:00
parent 13cad5b069
commit 77f66db6b5
7 changed files with 20 additions and 8 deletions

View file

@ -6,8 +6,8 @@ import net.thauvin.erik.kobalt.plugin.maven.local.*
val repos = repos(localMaven())
//val pl = plugins(file("../kobaltBuild/libs/kobalt-maven-local-0.5.0.jar"))
val pl = plugins("net.thauvin.erik:kobalt-maven-local:0.5.0")
val pl = plugins(file("../kobaltBuild/libs/kobalt-maven-local-0.5.0.jar"))
//val pl = plugins("net.thauvin.erik:kobalt-maven-local:0.5.0")
val example = project {
@ -40,4 +40,4 @@ val example = project {
application {
mainClass = "com.example.Main"
}
}
}

View file

@ -1 +1 @@
kobalt.version=0.869
kobalt.version=0.879