diff --git a/kobalt-property-file.iml b/kobalt-property-file.iml index 026778d..4e471fb 100644 --- a/kobalt-property-file.iml +++ b/kobalt-property-file.iml @@ -21,15 +21,6 @@ - - - - - - - - - @@ -39,15 +30,6 @@ - - - - - - - - - @@ -57,5 +39,23 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/kobalt/Build.kt.iml b/kobalt/Build.kt.iml index a0235e6..332e48b 100644 --- a/kobalt/Build.kt.iml +++ b/kobalt/Build.kt.iml @@ -19,13 +19,13 @@ - + - + - + diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index c5ac7e3..5fb6a98 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -46,11 +46,11 @@ val p = project { dependencies { compileOnly("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:6.11") + compile("org.testng:testng:6.12") } assemble {