Bump PlatformIO 3.2b5

This commit is contained in:
Ivan Kravets
2016-12-02 00:52:01 +02:00
parent 738c0f9616
commit aac627abf4
3 changed files with 8 additions and 3 deletions

View File

@@ -477,7 +477,7 @@ class PlatformBase(PlatformPackagesMixin, PlatformRunMixin):
}
if "tool-scons" not in self.packages:
self.packages['tool-scons'] = {
"version": "~3.20501.1",
"version": "~3.20501.2",
"optional": False
}