build: update dependencies versions

This commit is contained in:
2023-01-04 11:29:19 +03:00
parent 621454ccb4
commit 3379eed4a9
4 changed files with 37 additions and 7 deletions

11
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"haxe.enableDiagnostics": true,
"haxe.configurations": [
["build/app/flash/haxe/debug.hxml"],
],
"haxe.displayServer": {
"arguments": [
//"-v"
],
}
}