Update SCons tool to 3.1.1

This commit is contained in:
Ivan Kravets
2019-08-27 00:15:58 +03:00
parent fa090131ae
commit 94644c2863
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ PlatformIO 4.0
4.0.3 (2019-??-??)
~~~~~~~~~~~~~~~~~~
* Update SCons tool to 3.1.1
* Remove ProjectConfig cache when "platformio.ini" was modified outside
4.0.2 (2019-08-23)

View File

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