Upgraded to Kotlin 1.1.2

This commit is contained in:
Clinton Alexander 2017-05-10 10:46:09 +01:00
parent 9a5775698b
commit f13b7c3824
2 changed files with 1 additions and 2 deletions

View File

@ -76,7 +76,6 @@ ext {
apply plugin: 'project-report'
apply plugin: 'com.github.ben-manes.versions'
apply plugin: 'net.corda.plugins.publish-utils'
apply plugin: 'net.corda.plugins.quasar-utils'
apply plugin: 'net.corda.plugins.cordformation'
// We need the following three lines even though they're inside an allprojects {} block below because otherwise

View File

@ -1,5 +1,5 @@
gradlePluginsVersion=0.12.0
kotlinVersion=1.1.1
kotlinVersion=1.1.2
guavaVersion=21.0
bouncycastleVersion=1.56
typesafeConfigVersion=1.3.1