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

Kotlin 1.0.3.

This commit is contained in:
Cedric Beust 2016-07-04 11:10:08 -07:00
parent 182ee52be2
commit 8d6ca17d74

View file

@ -1,7 +1,8 @@
import com.beust.kobalt.TaskResult
import com.beust.kobalt.*
import com.beust.kobalt.api.*
import com.beust.kobalt.api.License
import com.beust.kobalt.api.Project
import com.beust.kobalt.api.Scm
import com.beust.kobalt.api.annotation.Task
import com.beust.kobalt.homeDir
import com.beust.kobalt.plugin.application.application
@ -123,7 +124,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
dependencies {
// Used by the plugins
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.2-1")
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.0.3")
// Used by the main app
compile("com.github.spullara.mustache.java:compiler:0.9.1",