mirror of
https://github.com/corda/corda.git
synced 2024-12-20 21:43:14 +00:00
Upgraded to Kotlin 1.1.2
This commit is contained in:
parent
9a5775698b
commit
f13b7c3824
@ -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