Updated to newer Kotlin version.

This commit is contained in:
Clinton Alexander 2016-12-07 16:43:05 +00:00
parent f1daae0491
commit f5e03099e3

View File

@ -6,7 +6,7 @@ buildscript {
// Our version: bump this on release.
ext.corda_version = "0.7-SNAPSHOT"
ext.gradle_plugins_version = props.getProperty("gradlePluginsVersion")
ext.kotlin_version = '1.0.5'
ext.kotlin_version = '1.0.5-2'
ext.quasar_version = '0.7.6'
ext.asm_version = '0.5.3'
ext.artemis_version = '1.4.0'