From 8c33a9a760f84f0228e69bdb4a5d54aa7f50d825 Mon Sep 17 00:00:00 2001 From: Forest Eckhardt Date: Thu, 29 Aug 2019 11:53:28 -0400 Subject: [PATCH] Add API key to buildpack toml, to use latest lifecycle release [#168177161] Co-authored-by: David Freilich --- buildpack.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/buildpack.toml b/buildpack.toml index 64ab15d..df99e09 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -1,3 +1,4 @@ +api = "0.2" [buildpack] id = "org.cloudfoundry.dep"