From b5ee53ae6bd9db5657f24a45632a7ecf18f220fe Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Mon, 25 Jun 2018 16:48:20 -0500 Subject: [PATCH] bump version, improve GSON serialization --- .idea/misc.xml | 32 ++++++++++++++++++++++++++++++++ build.gradle | 5 +++-- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index e208459..ccc371e 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,37 @@ + + + + diff --git a/build.gradle b/build.gradle index 4f8c7de..5d6252e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ group 'io.kweb' -version '0.2.14' +version '0.2.15' buildscript { - ext.kotlin_version = '1.2.40' + ext.kotlin_version = '1.2.50' ext.dokka_version = '0.9.15' repositories { @@ -48,6 +48,7 @@ dependencies { compile 'com.github.salomonbrys.kotson:kotson:2.3.0' compile 'com.google.guava:guava:18.0' compile 'net.incongru.watchservice:barbary-watchservice:1.0' + compile 'com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.1' testCompile 'io.kotlintest:kotlintest:2.0.1' }