Skip to content

Commit 9ced3f7

Browse files
Updated changelog and updated Corda version dependency from 4.6 to 4.8 (LTS).
1 parent 4b6df47 commit 9ced3f7

File tree

5 files changed

+358
-18
lines changed

5 files changed

+358
-18
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ buildscript {
55

66
corda_artifactory_url = 'https://software.r3.com/artifactory'
77
corda_group = 'net.corda'
8-
corda_release_version = '4.6'
8+
corda_release_version = '4.8'
99

1010
corda_gradle_plugin_group = 'net.corda.plugins'
1111
corda_gradle_plugin_version = '5.0.4'
1212

1313
junit_group = 'org.junit.jupiter'
1414
junit_version = '5.3.1'
1515

16-
cordapp_platform_version = 8
16+
cordapp_platform_version = 10
1717
cordapp_contract_name = 'ONIXLabs Corda Core Contract'
1818
cordapp_workflow_name = 'ONIXLabs Corda Core Workflow'
1919
cordapp_vendor_name = 'ONIXLabs'

0 commit comments

Comments
 (0)