Update to use Corda 4.4-SNAPSHOT. (#95)

This commit is contained in:
Chris Rankin 2019-10-22 09:23:16 +01:00 committed by GitHub
parent c0e62d0dfd
commit bdd3377223

View File

@ -5,7 +5,7 @@ plugins {
} }
ext { ext {
corda_version = '4.3-SNAPSHOT' corda_version = '4.4-SNAPSHOT'
} }
description 'Serialization support for the DJVM' description 'Serialization support for the DJVM'