diff --git a/.idea/kobalt.xml b/.idea/kobalt.xml index 7e18043..74645f4 100644 --- a/.idea/kobalt.xml +++ b/.idea/kobalt.xml @@ -6,7 +6,7 @@ - + diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 63db74d..a44e06d 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -52,8 +52,8 @@ val p = project { } dependencies { - compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.2-4") - compile("com.squareup.okhttp3:okhttp:3.8.0") + compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.51") + compile("com.squareup.okhttp3:okhttp:3.9.0") } dependenciesTest { @@ -87,7 +87,7 @@ val p = project { autoGitTag { enabled = true - //push = false + push = false message = "Version $version" } diff --git a/kobalt/wrapper/kobalt-wrapper.properties b/kobalt/wrapper/kobalt-wrapper.properties index cdcb2d1..21b1f73 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 \ No newline at end of file diff --git a/pom.xml b/pom.xml index 6c14fe2..6b670b9 100644 --- a/pom.xml +++ b/pom.xml @@ -30,12 +30,12 @@ org.jetbrains.kotlin kotlin-stdlib - 1.1.2-4 + 1.1.51 com.squareup.okhttp3 okhttp - 3.8.0 + 3.9.0