From 38d7714f22c2781bd9eeb32d02e46701d6761de5 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 31 Oct 2017 16:16:54 -0700 Subject: [PATCH] Kobalt 1.0.90, TestNG 6.12 updates. --- example/kobalt/wrapper/kobalt-wrapper.properties | 2 +- kobalt/src/Build.kt | 7 ++++--- kobalt/wrapper/kobalt-wrapper.properties | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/example/kobalt/wrapper/kobalt-wrapper.properties b/example/kobalt/wrapper/kobalt-wrapper.properties index cdcb2d1..a6a4316 100644 --- a/example/kobalt/wrapper/kobalt-wrapper.properties +++ b/example/kobalt/wrapper/kobalt-wrapper.properties @@ -1 +1 @@ -kobalt.version=1.0.86 \ No newline at end of file +kobalt.version=1.0.90 diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 60461c7..7a5bf23 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -48,12 +48,12 @@ val p = project { dependencies { compile("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:") - compile("org.jetbrains.kotlin:kotlin-test:1.1.2-4") + compile("org.testng:testng:6.12") + compile("org.jetbrains.kotlin:kotlin-test:1.1.51") } assemble { @@ -64,6 +64,7 @@ val p = project { autoGitTag { enabled = true + push = false message = "Version $version" } diff --git a/kobalt/wrapper/kobalt-wrapper.properties b/kobalt/wrapper/kobalt-wrapper.properties index cdcb2d1..a6a4316 100644 --- a/kobalt/wrapper/kobalt-wrapper.properties +++ b/kobalt/wrapper/kobalt-wrapper.properties @@ -1 +1 @@ -kobalt.version=1.0.86 \ No newline at end of file +kobalt.version=1.0.90