mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
Bump Kotlin to 1.2.10.
This commit is contained in:
parent
0d0dcbbc54
commit
126e7fb500
2 changed files with 2 additions and 2 deletions
|
@ -25,6 +25,7 @@ val bs = buildScript {
|
|||
}
|
||||
|
||||
object Versions {
|
||||
val kotlin = "1.2.10"
|
||||
val okhttp = "3.9.0"
|
||||
val okio = "1.13.0"
|
||||
val retrofit = "2.3.0"
|
||||
|
@ -33,7 +34,6 @@ object Versions {
|
|||
val maven = "3.5.2"
|
||||
val mavenResolver = "1.1.0"
|
||||
val slf4j = "1.7.3"
|
||||
val kotlin = "1.1.51"
|
||||
val aether = "1.0.2.v20150114"
|
||||
val testng = "6.12"
|
||||
val jcommander = "1.72"
|
||||
|
|
|
@ -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.51"
|
||||
val KOTLIN_COMPILER_VERSION = "1.2.10"
|
||||
|
||||
internal val DEFAULT_REPOS = listOf<HostConfig>(
|
||||
// "https://maven-central.storage.googleapis.com/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue