From 8723cf38a04db94cc11d6eddf9b36f3a1a0ebfce Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Fri, 26 Jan 2018 12:40:47 -0800 Subject: [PATCH] Kobalt 1.0.100 update. --- example/kobalt/src/Build.kt | 2 +- example/kobalt/wrapper/kobalt-wrapper.properties | 2 +- kobalt/src/Build.kt | 4 ++-- kobalt/wrapper/kobalt-wrapper.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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