From 9f3963b0f5f1d773d50e0697219e68b67758005a Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 31 Oct 2017 16:36:04 -0700 Subject: [PATCH] Kobalt 1.0.90, Kotlin-stdlib 1.1.51, Logging-Interceptor 3.9.0, TestNG 6.12 updates. --- example/kobalt/wrapper/kobalt-wrapper.properties | 2 +- kobalt/src/Build.kt | 6 +++--- kobalt/wrapper/kobalt-wrapper.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/kobalt/wrapper/kobalt-wrapper.properties b/example/kobalt/wrapper/kobalt-wrapper.properties index 4a5b196..a6a4316 100644 --- a/example/kobalt/wrapper/kobalt-wrapper.properties +++ b/example/kobalt/wrapper/kobalt-wrapper.properties @@ -1 +1 @@ -kobalt.version=1.0.87 \ No newline at end of file +kobalt.version=1.0.90 diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index e6c01f0..eb19a69 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -47,12 +47,12 @@ val p = project { dependencies { compileOnly("com.beust:$kobaltDependency:") - compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.2-4") - compile("com.squareup.okhttp3:logging-interceptor:jar:3.8.0") + compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.51") + compile("com.squareup.okhttp3:logging-interceptor:jar:3.9.0") } dependenciesTest { - compile("org.testng:testng:6.11") + compile("org.testng:testng:6.12") } assemble { diff --git a/kobalt/wrapper/kobalt-wrapper.properties b/kobalt/wrapper/kobalt-wrapper.properties index 4a5b196..a6a4316 100644 --- a/kobalt/wrapper/kobalt-wrapper.properties +++ b/kobalt/wrapper/kobalt-wrapper.properties @@ -1 +1 @@ -kobalt.version=1.0.87 \ No newline at end of file +kobalt.version=1.0.90