Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 26fe0cd

Browse files
authored
Merge pull request #583 from lxg/patch-2
fix: current version needs aws-cdk-lib==2.51.0
2 parents c5424c2 + 87a152f commit 26fe0cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ source .env/bin/activate
5252
2. Add the AWS Analytics Reference Architecture library in the dependencies of your project. Update **requirements.txt**
5353

5454
```bash
55-
aws-cdk-lib==2.27.0
55+
aws-cdk-lib==2.51.0
5656
constructs>=10.0.0,<11.0.0
5757
aws_analytics_reference_architecture>=2.0.0
5858
```

0 commit comments

Comments
 (0)