Skip to content

Commit

Permalink
chore: pin generated tsapi java infra pdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
cogwirrel committed Mar 19, 2024
1 parent 8aa81ab commit 06df354
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*! Copyright [Amazon.com](http://amazon.com/), Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0 */
import * as path from "path";
import { ProjectUtils } from "@aws/monorepo";
import { DependencyType } from "projen";
import { JavaProject } from "projen/lib/java";
import {
Expand Down Expand Up @@ -73,7 +74,7 @@ export class GeneratedJavaCdkInfrastructureProject extends JavaProject {
);

[
"software.aws/pdk@^0",
`software.aws/pdk@${ProjectUtils.getPdkVersion()}`,
"software.constructs/[email protected]",
"software.amazon.awscdk/[email protected]",
"io.github.cdklabs/[email protected]",
Expand Down

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

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

0 comments on commit 06df354

Please sign in to comment.