Kobalt 1.0.100 update.
This commit is contained in:
parent
575b143d4c
commit
8723cf38a0
4 changed files with 5 additions and 5 deletions
|
@ -21,7 +21,7 @@ val p = project {
|
|||
}
|
||||
|
||||
dependenciesTest {
|
||||
compile("org.testng:testng:6.11")
|
||||
compile("org.testng:testng:6.13.1")
|
||||
}
|
||||
|
||||
assemble {
|
||||
|
|
|
@ -1 +1 @@
|
|||
kobalt.version=1.0.87
|
||||
kobalt.version=1.0.100
|
||||
|
|
|
@ -45,11 +45,11 @@ val p = project {
|
|||
|
||||
dependencies {
|
||||
compileOnly("com.beust:$kobaltDependency:")
|
||||
compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.51")
|
||||
compile("org.jetbrains.kotlin:kotlin-stdlib:1.2.20")
|
||||
}
|
||||
|
||||
dependenciesTest {
|
||||
compile("org.testng:testng:6.12")
|
||||
compile("org.testng:testng:6.13.0")
|
||||
}
|
||||
|
||||
assemble {
|
||||
|
|
|
@ -1 +1 @@
|
|||
kobalt.version=1.0.90
|
||||
kobalt.version=1.0.100
|
Loading…
Add table
Add a link
Reference in a new issue