Skip to content

Commit

Permalink
fix: install sdk@14 in dependent projects
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Dec 20, 2024
1 parent d54306d commit 324cba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init/constants.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"artifactsDir": "/artifacts",
"updateArtifactsDir": "/update-artifacts",
"nextArtifactsDir": "/next-artifacts",
"dependencies": ["@aeternity/aepp-sdk@13"],
"dependencies": ["@aeternity/aepp-sdk@14"],
"devDependencies": ["chai@5", "chai-as-promised@8", "mocha@10"],
"uninstallDependencies": ["aeproject", "aeproject-lib"],
"deleteArtifacts": [
Expand Down

0 comments on commit 324cba9

Please sign in to comment.