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

Update dependency.

This commit is contained in:
Cedric Beust 2016-02-19 07:07:58 +04:00
parent 50da6b18f6
commit 1a3fdb776b

View file

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