diff --git a/platformio/managers/core.py b/platformio/managers/core.py index 1945b055..c34da52b 100644 --- a/platformio/managers/core.py +++ b/platformio/managers/core.py @@ -28,7 +28,7 @@ CORE_PACKAGES = { "contrib-pysite": ">=0.3.2,<2", "tool-pioplus": "^1.5.0", "tool-unity": "~1.20403.0", - "tool-scons": "~2.20501.5" + "tool-scons": "~2.20501.6" } PIOPLUS_AUTO_UPDATES_MAX = 100