Merge pull request #661 from corda/clint-kotlin1.1.2

Upgraded to Kotlin 1.1.2
This commit is contained in:
Clinton 2017-05-11 09:48:56 +01:00 committed by GitHub
commit 6e1a7346dd
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