mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Version number.
This commit is contained in:
parent
e9c9198327
commit
11980ca940
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue