From d31bada61e14270df958c984d3cfdc1f01a50031 Mon Sep 17 00:00:00 2001 From: Matthew Bonig Date: Mon, 19 Oct 2020 10:16:18 -0600 Subject: [PATCH] cdk bump to 1.68.0 --- .projenrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.projenrc.js b/.projenrc.js index 25647bf..16f6839 100644 --- a/.projenrc.js +++ b/.projenrc.js @@ -5,7 +5,7 @@ const project = new AwsCdkConstructLibrary({ authorAddress: "matthew.bonig@gmail.com", authorName: "Matthew Bonig", authorOrganization: true, - cdkVersion: "1.67.0", + cdkVersion: "1.68.0", description: "A redrive construct to use with an SQS queue and it's dead letter queue", catalog: { announce: true,