Kobalt 1.0.90, Kotlin-stdlib 1.1.51, Logging-Interceptor 3.9.0, TestNG 6.12 updates.
This commit is contained in:
parent
6e8d7839f9
commit
9f3963b0f5
3 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
||||||
kobalt.version=1.0.87
|
kobalt.version=1.0.90
|
||||||
|
|
|
@ -47,12 +47,12 @@ val p = project {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("com.beust:$kobaltDependency:")
|
compileOnly("com.beust:$kobaltDependency:")
|
||||||
compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.2-4")
|
compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.51")
|
||||||
compile("com.squareup.okhttp3:logging-interceptor:jar:3.8.0")
|
compile("com.squareup.okhttp3:logging-interceptor:jar:3.9.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
dependenciesTest {
|
dependenciesTest {
|
||||||
compile("org.testng:testng:6.11")
|
compile("org.testng:testng:6.12")
|
||||||
}
|
}
|
||||||
|
|
||||||
assemble {
|
assemble {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
kobalt.version=1.0.87
|
kobalt.version=1.0.90
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue