From 31c41362d54554c1a03922dc4c0051575fcb1709 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 20 Jan 2016 15:59:05 -0800 Subject: [PATCH 1/2] Fixed typo. --- getting-started/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started/index.html b/getting-started/index.html index b3ae474..f5f6e6f 100644 --- a/getting-started/index.html +++ b/getting-started/index.html @@ -127,7 +127,7 @@ val p = kotlinProject {

4. Sync your build file

- If you're using Intellij IDEA, make sure you've installed the Kobalt plugin and then go to Kobalt -> Sync Build File. This will download dependencies in a way that IDEA understand so you no loger get errors. + If you're using Intellij IDEA, make sure you've installed the Kobalt plugin and then go to Kobalt -> Sync Build File. This will download dependencies in a way that IDEA understand so you no longer get errors.

5. Next steps

@@ -154,4 +154,4 @@ val p = kotlinProject { - \ No newline at end of file + From 860fce4aa8af82e404754eb713462218702270b3 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sat, 9 Jul 2016 10:21:13 -0700 Subject: [PATCH 2/2] Updated TestNG dependency to always pick the latest version. --- documentation/index.html | 4 ++-- home/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index ab9d044..29d0bc3 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -205,7 +205,7 @@ dependencies { } dependenciesTest { - compile("org.testng:testng:6.9.5") + compile("org.testng:testng:") }

@@ -441,7 +441,7 @@ Here are the options that you can pass to ./kobaltw: $ ./kobaltw --checkVersions New versions found: com.beust:klaxon:0.14 - org.testng:testng:6.9.5 + org.testng:testng:6.9.12 diff --git a/home/index.html b/home/index.html index eef955f..5dbb999 100644 --- a/home/index.html +++ b/home/index.html @@ -116,7 +116,7 @@ val jcommander = javaProject { version = "1.52" dependenciesTest { - compile("org.testng:testng:6.9.5") + compile("org.testng:testng:") } assemble {