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

Update to 1.1.0.

This commit is contained in:
Cedric Beust 2017-01-20 10:06:05 -08:00
parent 5b0ccfe8cb
commit ceff3000d3
5 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.6")
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.1.0-beta-17")
// Used by the main app
compile("com.github.spullara.mustache.java:compiler:0.9.1",