Skip to content

Commit 126e7fb

Browse files
committed
Bump Kotlin to 1.2.10.
1 parent 0d0dcbb commit 126e7fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kobalt/src/Build.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ val bs = buildScript {
2525
}
2626

2727
object Versions {
28+
val kotlin = "1.2.10"
2829
val okhttp = "3.9.0"
2930
val okio = "1.13.0"
3031
val retrofit = "2.3.0"
@@ -33,7 +34,6 @@ object Versions {
3334
val maven = "3.5.2"
3435
val mavenResolver = "1.1.0"
3536
val slf4j = "1.7.3"
36-
val kotlin = "1.1.51"
3737
val aether = "1.0.2.v20150114"
3838
val testng = "6.12"
3939
val jcommander = "1.72"

modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/Constants.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object Constants {
99
val BUILD_FILE_NAME = "Build.kt"
1010
val BUILD_FILE_DIRECTORY = "kobalt/src"
1111
val BUILD_FILE_PATH = KFiles.joinDir(BUILD_FILE_DIRECTORY, BUILD_FILE_NAME)
12-
val KOTLIN_COMPILER_VERSION = "1.1.51"
12+
val KOTLIN_COMPILER_VERSION = "1.2.10"
1313

1414
internal val DEFAULT_REPOS = listOf<HostConfig>(
1515
// "https://maven-central.storage.googleapis.com/",

0 commit comments

Comments
 (0)