aboutsummaryrefslogtreecommitdiff
path: root/examples/helloworld/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'examples/helloworld/build.gradle')
-rw-r--r--examples/helloworld/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/helloworld/build.gradle b/examples/helloworld/build.gradle
index 7890fb72..8ffec081 100644
--- a/examples/helloworld/build.gradle
+++ b/examples/helloworld/build.gradle
@@ -1,5 +1,5 @@
buildscript {
- ext.kotlin_version = '1.2.20'
+ ext.kotlin_version = '1.2.21'
ext.production = (findProperty('prod') ?: 'false') == 'true'
ext.npmdeps = new URL("file:///home/rjaros/git/kvision/npm.dependencies").getText()