@@ -84,12 +84,12 @@ type Core struct {
8484
8585func DownloadCoresAndToolsAndLibraries (t * testing.T ) {
8686 cores := []Core {
87- Core {Maintainer : "arduino" , Arch : "avr" , Version : "1.6.9 " },
88- Core {Maintainer : "arduino" , Arch : "sam" , Version : "1.6.5 " },
87+ Core {Maintainer : "arduino" , Arch : "avr" , Version : "1.6.10 " },
88+ Core {Maintainer : "arduino" , Arch : "sam" , Version : "1.6.7 " },
8989 }
9090
9191 boardsManagerCores := []Core {
92- Core {Maintainer : "arduino" , Arch : "samd" , Version : "1.6.2 " },
92+ Core {Maintainer : "arduino" , Arch : "samd" , Version : "1.6.5 " },
9393 }
9494
9595 boardsManagerRedBearCores := []Core {
@@ -134,7 +134,7 @@ func DownloadCoresAndToolsAndLibraries(t *testing.T) {
134134 libraries := []Library {
135135 Library {Name : "Audio" , Version : "1.0.4" },
136136 Library {Name : "Adafruit PN532" , Version : "1.0.0" },
137- Library {Name : "Bridge" , Version : "1.1.0 " },
137+ Library {Name : "Bridge" , Version : "1.6.1 " },
138138 Library {Name : "CapacitiveSensor" , Version : "0.5.0" , VersionInLibProperties : "0.5" },
139139 Library {Name : "Ethernet" , Version : "1.1.1" },
140140 Library {Name : "Robot IR Remote" , Version : "1.0.2" },
0 commit comments