mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
1.1.0-beta-22.
This commit is contained in:
parent
9862f01c0d
commit
620def64fa
2 changed files with 5 additions and 8 deletions
|
@ -26,8 +26,7 @@ object Versions {
|
|||
val okio = "1.6.0"
|
||||
val retrofit = "2.1.0"
|
||||
val gson = "2.6.2"
|
||||
val aether = "1.0.2.v20150114"
|
||||
val sonatypeAether = "1.13.1"
|
||||
val aether = "1.1.0"
|
||||
val maven = "3.3.9"
|
||||
}
|
||||
|
||||
|
@ -107,9 +106,7 @@ val kobaltPluginApi = project {
|
|||
"org.eclipse.aether:aether-connector-basic:${Versions.aether}",
|
||||
"org.eclipse.aether:aether-transport-file:${Versions.aether}",
|
||||
"org.eclipse.aether:aether-transport-http:${Versions.aether}",
|
||||
"org.sonatype.aether:aether-api:${Versions.sonatypeAether}",
|
||||
"org.sonatype.aether:aether-connector-wagon:1.13.1",
|
||||
"org.apache.maven:maven-aether-provider:${Versions.maven}"
|
||||
"org.apache.maven:maven-aether-provider:3.3.9"
|
||||
)
|
||||
}
|
||||
|
||||
|
@ -144,7 +141,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
|
|||
|
||||
dependencies {
|
||||
// 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
|
||||
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.okhttp3:okhttp-ws:${Versions.okhttp}",
|
||||
"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",
|
||||
|
||||
|
|
|
@ -8,7 +8,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.0-beta-17"
|
||||
val KOTLIN_COMPILER_VERSION = "1.1.0-beta-22"
|
||||
|
||||
internal val DEFAULT_REPOS = listOf<String>(
|
||||
// "https://maven-central.storage.googleapis.com/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue