From b92a8467c9cfb32ef14bc2c746b0b1091d003db1 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 10 Jan 2019 23:47:43 +0200 Subject: [PATCH] Update SCons to 3.0.3 --- platformio/managers/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/managers/core.py b/platformio/managers/core.py index 8962cbb7..06183901 100644 --- a/platformio/managers/core.py +++ b/platformio/managers/core.py @@ -28,7 +28,7 @@ CORE_PACKAGES = { "contrib-pysite": "~2.%d%d.0" % (sys.version_info[0], sys.version_info[1]), "tool-pioplus": "^2.0.2", "tool-unity": "~1.20403.0", - "tool-scons": "~2.20501.7" if util.PY2 else "~3.30100.0" + "tool-scons": "~2.20501.7" if util.PY2 else "~3.30003.0" } PIOPLUS_AUTO_UPDATES_MAX = 100