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

Update to RC.

This commit is contained in:
Cedric Beust 2016-02-05 22:52:12 +04:00
parent 0e2e946884
commit c27ec46e73
13 changed files with 24 additions and 18 deletions

View file

@ -64,7 +64,7 @@ val kobaltPluginApi = project {
}
dependencies {
compile("org.jetbrains.kotlinx:kotlinx.dom:0.0.4",
compile("org.jetbrains.kotlinx:kotlinx.dom:0.0.8",
"com.squareup.okhttp:okhttp:2.5.0",
"com.squareup.okio:okio:1.6.0",
@ -111,7 +111,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
dependencies {
// Used by the plugins
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.0-beta-4584")
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.0-rc-1036")
// Used by the main app
compile("com.github.spullara.mustache.java:compiler:0.9.1",