Kotlin-stdlib and TestNG updates.

This commit is contained in:
Erik C. Thauvin 2017-10-31 13:16:33 -07:00
parent f405f7ce49
commit b9a81eaf7a
3 changed files with 23 additions and 23 deletions

View file

@ -46,11 +46,11 @@ val p = project {
dependencies {
compileOnly("com.beust:$kobaltDependency:")
compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.2-4")
compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.51")
}
dependenciesTest {
compile("org.testng:testng:6.11")
compile("org.testng:testng:6.12")
}
assemble {