Skip to content

Commit

Permalink
chore: update @cdktf/provider-project
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan committed Oct 18, 2023
1 parent 4a76e1d commit d7c4825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projenrc.template.js
Expand Up @@ -11,7 +11,7 @@ const project = new CdktfProviderProject({
constructsVersion: "^10.0.0",
minNodeVersion: "18.12.0",
jsiiVersion: "^5.0.1",
devDeps: ["@cdktf/provider-project@^0.2.95"],
devDeps: ["@cdktf/provider-project@^0.3.0"],
});

project.synth();

0 comments on commit d7c4825

Please sign in to comment.