Kobalt 1.0.90, TestNG 6.12 updates.
This commit is contained in:
parent
49a01d2586
commit
38d7714f22
3 changed files with 6 additions and 5 deletions
|
@ -1 +1 @@
|
||||||
kobalt.version=1.0.86
|
kobalt.version=1.0.90
|
||||||
|
|
|
@ -48,12 +48,12 @@ val p = project {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile("com.beust:$kobaltDependency:")
|
compile("com.beust:$kobaltDependency:")
|
||||||
compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.2-4")
|
compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.51")
|
||||||
}
|
}
|
||||||
|
|
||||||
dependenciesTest {
|
dependenciesTest {
|
||||||
compile("org.testng:testng:")
|
compile("org.testng:testng:6.12")
|
||||||
compile("org.jetbrains.kotlin:kotlin-test:1.1.2-4")
|
compile("org.jetbrains.kotlin:kotlin-test:1.1.51")
|
||||||
}
|
}
|
||||||
|
|
||||||
assemble {
|
assemble {
|
||||||
|
@ -64,6 +64,7 @@ val p = project {
|
||||||
|
|
||||||
autoGitTag {
|
autoGitTag {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
push = false
|
||||||
message = "Version $version"
|
message = "Version $version"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
kobalt.version=1.0.86
|
kobalt.version=1.0.90
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue