From 1a3fdb776be98063776ad02c94e811be7e5f2f67 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Fri, 19 Feb 2016 07:07:58 +0400 Subject: [PATCH] Update dependency. --- kobalt/src/Build.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index b11c7fde..ea57f005 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -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",