diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 84b7c574..84bb5ce8 100644 --- a/build.gradle +++ b/build.gradle @@ -117,7 +117,7 @@ dependencies { compile "com.github.snabbdom:snabbdom-kotlin:0.1.1" compile "pl.treksoft:navigo-kotlin:0.0.3" compile "pl.treksoft:jquery-kotlin:0.0.4" - compile "pl.treksoft:kotlin-observable-js:0.0.3" + compile "pl.treksoft:kotlin-observable-js:0.0.4" } kotlinFrontend { |