Update library, add table.include

This commit is contained in:
2017-10-11 16:56:22 +02:00
parent 897880b79b
commit 70d5c2ac27
4 changed files with 26 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
group 'nl.astraeus'
version '0.0.6-SNAPSHOT'
version '0.0.7-SNAPSHOT'
apply plugin: 'kotlin2js'
apply plugin: 'idea'
@@ -20,11 +20,11 @@ repositories {
}
ext {
kotlin_version = '1.1.4-2'
kotlin_version = '1.1.51'
}
buildscript {
ext.kotlin_version = '1.1.4-2'
ext.kotlin_version = '1.1.51'
repositories {
maven {
url "http://nexus.astraeus.nl/nexus/content/groups/public"