Skip to content

Commit 7f12de9

Browse files
committed
Align required jars with IDE master branch
1 parent 5f1e379 commit 7f12de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
REV=0.10.9
3030
ZIP_FILENAME=WiFi101-Updater-ArduinoIDE-Plugin-$REV
31-
REQUIRED_JARS="pde.jar arduino-core.jar jssc-2.8.0-arduino3.jar bcpg-jdk15on-152.jar bcprov-jdk15on-152.jar commons-lang3-3.3.2.jar commons-codec-1.7.jar"
31+
REQUIRED_JARS="pde.jar arduino-core.jar jssc-2.8.0-arduino3.jar bcpg-jdk15on-152.jar bcprov-jdk15on-152.jar commons-lang3-3.8.1.jar commons-codec-1.7.jar"
3232

3333
# Check existence of the IDE folder
3434
if [[ -z "$IDE_FOLDER" ]]; then

0 commit comments

Comments
 (0)