mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
1.0.6.
This commit is contained in:
parent
25a5ef9195
commit
66b87981b1
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue