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

Version number.

This commit is contained in:
Cedric Beust 2017-02-08 14:12:45 -08:00
parent e9c9198327
commit 11980ca940

View file

@ -29,6 +29,7 @@ object Versions {
val maven = "3.3.9" val maven = "3.3.9"
val mavenResolver = "1.0.3" val mavenResolver = "1.0.3"
val slf4j = "1.7.3" val slf4j = "1.7.3"
val kotlin = "1.1.0-beta-22"
} }
fun mavenResolver(vararg m: String) fun mavenResolver(vararg m: String)
@ -142,7 +143,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
dependencies { dependencies {
// Used by the plugins // Used by the plugins
compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.1.0-beta-22") compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:${Versions.kotlin}")
// Used by the main app // Used by the main app
compile("com.github.spullara.mustache.java:compiler:0.9.1", compile("com.github.spullara.mustache.java:compiler:0.9.1",