Skip to content

Commit

Permalink
feat: AWS CDK 2.0.0-rc.30
Browse files Browse the repository at this point in the history
  • Loading branch information
markusl committed Nov 18, 2021
1 parent 0b8a281 commit e4ca384
Show file tree
Hide file tree
Showing 6 changed files with 715 additions and 11,158 deletions.
6 changes: 3 additions & 3 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const {
AwsCdkConstructLibrary,
} = require('projen');

const AWS_CDK_LATEST_RELEASE = '2.0.0-rc.25';
const AWS_CDK_LATEST_RELEASE = '2.0.0-rc.30';

const PROJECT_NAME = 'cdk-codepipeline-bitbucket-build-result-reporter';
const PROJECT_DESCRIPTION = 'A JSII construct lib for reporting AWS CodePipeline and build statuses to a Bitbucket server instance';
Expand Down
Loading

0 comments on commit e4ca384

Please sign in to comment.