mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +00:00
Updated to newer Kotlin version.
This commit is contained in:
parent
f1daae0491
commit
f5e03099e3
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user