mirror of
https://github.com/corda/corda.git
synced 2024-12-21 13:57:54 +00:00
Merge pull request #661 from corda/clint-kotlin1.1.2
Upgraded to Kotlin 1.1.2
This commit is contained in:
commit
6e1a7346dd
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user