Skip to content

Commit

Permalink
Using correct gradle plugins version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clintonio committed Aug 8, 2017
1 parent 16f321d commit b03a273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.corda_release_version = '0.14.0'
ext.corda_gradle_plugins_version = '0.13.6'
ext.corda_gradle_plugins_version = '0.14.0'
ext.kotlin_version = '1.1.2'
ext.junit_version = '4.12'
ext.quasar_version = '0.7.6'
Expand Down

0 comments on commit b03a273

Please sign in to comment.