Update SCons to 3.0.5

This commit is contained in:
Ivan Kravets
2019-04-24 00:07:27 +03:00
parent 9bdc85fd52
commit e9df6166ee

View File

@@ -29,7 +29,7 @@ CORE_PACKAGES = {
"~2.%d%d.190418" % (sys.version_info[0], sys.version_info[1]),
"tool-pioplus": "^2.1.4",
"tool-unity": "~1.20403.0",
"tool-scons": "~2.20501.7" if util.PY2 else "~3.30003.0"
"tool-scons": "~2.20501.7" if util.PY2 else "~3.30005.0"
}
PIOPLUS_AUTO_UPDATES_MAX = 100