1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2017-01-07 14:11:41 -08:00
parent 25a5ef9195
commit 66b87981b1
2 changed files with 2 additions and 2 deletions

View file

@ -143,7 +143,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
dependencies {
// Used by the plugins
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.5")
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.6")
// Used by the main app
compile("com.github.spullara.mustache.java:compiler:0.9.1",

View file

@ -30,7 +30,7 @@ class KobaltSettingsXml {
var proxies: ProxiesXml? = null
@XmlElement(name = "kobaltCompilerVersion") @JvmField
var kobaltCompilerVersion: String = "1.0.5"
var kobaltCompilerVersion: String = "1.0.6"
@XmlElement(name = "kobaltCompilerRepo") @JvmField
var kobaltCompilerRepo: String? = null