mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -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 mavenResolver = "1.0.3"
|
||||
val slf4j = "1.7.3"
|
||||
val kotlin = "1.1.0-beta-22"
|
||||
}
|
||||
|
||||
fun mavenResolver(vararg m: String)
|
||||
|
@ -142,7 +143,7 @@ val kobaltApp = project(kobaltPluginApi, wrapper) {
|
|||
|
||||
dependencies {
|
||||
// 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
|
||||
compile("com.github.spullara.mustache.java:compiler:0.9.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue