From f6de041fd89fb5c592748c85612eb4ad6bc37127 Mon Sep 17 00:00:00 2001 From: Juan Liska Date: Thu, 2 Nov 2017 17:35:49 -0600 Subject: [PATCH] bump kotlin compiler version string const --- .../src/main/kotlin/com/beust/kobalt/Constants.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/Constants.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/Constants.kt index e7a6c3dd..7ca878e5 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/Constants.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/Constants.kt @@ -9,7 +9,7 @@ object Constants { val BUILD_FILE_NAME = "Build.kt" val BUILD_FILE_DIRECTORY = "kobalt/src" val BUILD_FILE_PATH = KFiles.joinDir(BUILD_FILE_DIRECTORY, BUILD_FILE_NAME) - val KOTLIN_COMPILER_VERSION = "1.1.2" + val KOTLIN_COMPILER_VERSION = "1.1.51" internal val DEFAULT_REPOS = listOf( // "https://maven-central.storage.googleapis.com/",