Skip to content

Commit

Permalink
Sync CDk Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
biffgaut committed Apr 9, 2022
1 parent 7e064e3 commit 4d56e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/v2/align-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const findVersion = process.argv[2];
const replaceVersion = process.argv[3];

// these versions need to be sourced from a config file
const awsCdkLibVersion = '2.16.0';
const awsCdkLibVersion = '2.17.0';
const constructsVersion = '10.0.0';
const MODULE_EXEMPTIONS = new Set([
'@aws-cdk/cloudformation-diff',
Expand Down

0 comments on commit 4d56e32

Please sign in to comment.