Commit 126e7fb 1 parent 0d0dcbb commit 126e7fb Copy full SHA for 126e7fb
File tree 2 files changed +2
-2
lines changed
modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ val bs = buildScript {
25
25
}
26
26
27
27
object Versions {
28
+ val kotlin = " 1.2.10"
28
29
val okhttp = " 3.9.0"
29
30
val okio = " 1.13.0"
30
31
val retrofit = " 2.3.0"
@@ -33,7 +34,6 @@ object Versions {
33
34
val maven = " 3.5.2"
34
35
val mavenResolver = " 1.1.0"
35
36
val slf4j = " 1.7.3"
36
- val kotlin = " 1.1.51"
37
37
val aether = " 1.0.2.v20150114"
38
38
val testng = " 6.12"
39
39
val jcommander = " 1.72"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ object Constants {
9
9
val BUILD_FILE_NAME = " Build.kt"
10
10
val BUILD_FILE_DIRECTORY = " kobalt/src"
11
11
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 "
13
13
14
14
internal val DEFAULT_REPOS = listOf<HostConfig >(
15
15
// "https://maven-central.storage.googleapis.com/",
You can’t perform that action at this time.
0 commit comments