diff --git a/example/kobalt/src/Build.kt b/example/kobalt/src/Build.kt index 6a6a25d..15bc4c7 100644 --- a/example/kobalt/src/Build.kt +++ b/example/kobalt/src/Build.kt @@ -21,7 +21,7 @@ val p = project { } dependenciesTest { - compile("org.testng:testng:6.11") + compile("org.testng:testng:6.13.1") } assemble { diff --git a/example/kobalt/wrapper/kobalt-wrapper.properties b/example/kobalt/wrapper/kobalt-wrapper.properties index 65a12ce..8f32dca 100644 --- a/example/kobalt/wrapper/kobalt-wrapper.properties +++ b/example/kobalt/wrapper/kobalt-wrapper.properties @@ -1 +1 @@ -kobalt.version=1.0.87 +kobalt.version=1.0.100 diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 182bff1..00379e7 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -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 { diff --git a/kobalt/wrapper/kobalt-wrapper.properties b/kobalt/wrapper/kobalt-wrapper.properties index a6a4316..5b46f90 100644 --- a/kobalt/wrapper/kobalt-wrapper.properties +++ b/kobalt/wrapper/kobalt-wrapper.properties @@ -1 +1 @@ -kobalt.version=1.0.90 +kobalt.version=1.0.100 \ No newline at end of file