Update to the latest API.
This commit is contained in:
parent
bce3a32575
commit
48eb08357e
6 changed files with 7 additions and 3 deletions
|
@ -4,7 +4,7 @@ import com.beust.kobalt.repos
|
|||
|
||||
val repos = repos()
|
||||
|
||||
val dev = true
|
||||
val dev = false
|
||||
val kobaltDependency = if (dev) "kobalt" else "kobalt-plugin-api"
|
||||
|
||||
val p = project {
|
||||
|
@ -23,7 +23,7 @@ val p = project {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile("com.beust:$kobaltDependency:0.725")
|
||||
compile("com.beust:$kobaltDependency:0.842")
|
||||
}
|
||||
|
||||
dependenciesTest {
|
||||
|
|
BIN
kobalt/wrapper/kobalt-wrapper.jar
Normal file
BIN
kobalt/wrapper/kobalt-wrapper.jar
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue