1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

1.1.0-beta-22.

This commit is contained in:
Cedric Beust 2017-02-01 15:44:13 -08:00
parent 9862f01c0d
commit 620def64fa
2 changed files with 5 additions and 8 deletions

View file

@ -26,8 +26,7 @@ object Versions {
val okio = "1.6.0" val okio = "1.6.0"
val retrofit = "2.1.0" val retrofit = "2.1.0"
val gson = "2.6.2" val gson = "2.6.2"
val aether = "1.0.2.v20150114" val aether = "1.1.0"
val sonatypeAether = "1.13.1"
val maven = "3.3.9" val maven = "3.3.9"
} }
@ -107,9 +106,7 @@ val kobaltPluginApi = project {
"org.eclipse.aether:aether-connector-basic:${Versions.aether}", "org.eclipse.aether:aether-connector-basic:${Versions.aether}",
"org.eclipse.aether:aether-transport-file:${Versions.aether}", "org.eclipse.aether:aether-transport-file:${Versions.aether}",
"org.eclipse.aether:aether-transport-http:${Versions.aether}", "org.eclipse.aether:aether-transport-http:${Versions.aether}",
"org.sonatype.aether:aether-api:${Versions.sonatypeAether}", "org.apache.maven:maven-aether-provider:3.3.9"
"org.sonatype.aether:aether-connector-wagon:1.13.1",
"org.apache.maven:maven-aether-provider:${Versions.maven}"
) )
} }
@ -144,7 +141,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
dependencies { dependencies {
// Used by the plugins // Used by the plugins
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.1.0-beta-17") compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.1.0-beta-22")
// Used by the main app // Used by the main app
compile("com.github.spullara.mustache.java:compiler:0.9.1", compile("com.github.spullara.mustache.java:compiler:0.9.1",
@ -159,7 +156,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
"com.squareup.retrofit2:converter-gson:${Versions.retrofit}", "com.squareup.retrofit2:converter-gson:${Versions.retrofit}",
"com.squareup.okhttp3:okhttp-ws:${Versions.okhttp}", "com.squareup.okhttp3:okhttp-ws:${Versions.okhttp}",
"biz.aQute.bnd:bndlib:2.4.0", "biz.aQute.bnd:bndlib:2.4.0",
"org.sonatype.aether:aether-api:${Versions.sonatypeAether}", "org.eclipse.aether:aether-spi:${Versions.aether}",
"com.squareup.okhttp3:logging-interceptor:3.2.0", "com.squareup.okhttp3:logging-interceptor:3.2.0",

View file

@ -8,7 +8,7 @@ object Constants {
val BUILD_FILE_NAME = "Build.kt" val BUILD_FILE_NAME = "Build.kt"
val BUILD_FILE_DIRECTORY = "kobalt/src" val BUILD_FILE_DIRECTORY = "kobalt/src"
val BUILD_FILE_PATH = KFiles.joinDir(BUILD_FILE_DIRECTORY, BUILD_FILE_NAME) val BUILD_FILE_PATH = KFiles.joinDir(BUILD_FILE_DIRECTORY, BUILD_FILE_NAME)
val KOTLIN_COMPILER_VERSION = "1.1.0-beta-17" val KOTLIN_COMPILER_VERSION = "1.1.0-beta-22"
internal val DEFAULT_REPOS = listOf<String>( internal val DEFAULT_REPOS = listOf<String>(
// "https://maven-central.storage.googleapis.com/", // "https://maven-central.storage.googleapis.com/",