From 4bffc365a33076b30941ee8583147c3277c8d2b1 Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Tue, 22 Nov 2016 16:00:38 +0000 Subject: [PATCH] Bumped cordformation to newest version. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f00d9675c1..8ebc8b1cd2 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ buildscript { classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4' classpath 'net.corda.plugins:publish-utils:0.5' classpath 'net.corda.plugins:quasar-utils:0.5.1' - classpath 'net.corda.plugins:cordformation:0.5.2' + classpath 'net.corda.plugins:cordformation:0.5.3' // Can run 'gradle dependencyUpdates' to find new versions of things. classpath 'com.github.ben-manes:gradle-versions-plugin:0.12.0'