Skip to content

Commit

Permalink
Merge pull request #60 from Charlytoc/master
Browse files Browse the repository at this point in the history
Update compiler, CLI and editor to match new version
  • Loading branch information
Charlytoc authored Apr 1, 2024
2 parents 2d76d0e + f52e699 commit 0c84ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"extensions": ["learn-pack.learnpack-vscode"]
}
},
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.35 -g && learnpack plugins:install @learnpack/python@1.0.0"
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/python@1.0.3"

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down
2 changes: 1 addition & 1 deletion learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"graded": true,

"editor": {
"version": "3.1.9"
"version": "3.1.23"
}

}

0 comments on commit 0c84ac0

Please sign in to comment.