Skip to content

Commit

Permalink
Bump JSoup version in JS code
Browse files Browse the repository at this point in the history
  • Loading branch information
p3k committed Dec 11, 2021
1 parent adf2d40 commit 174864b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Global/Global.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
String.ELLIPSIS = '…';

app.addRepository(app.dir + '/../lib/jdom-1.0.jar');
app.addRepository(app.dir + '/../lib/jsoup-1.13.1.jar');
app.addRepository(app.dir + '/../lib/jsoup-1.14.3.jar');
app.addRepository(app.dir + '/../lib/lesscss-1.7.0.1.1.jar');
app.addRepository(app.dir + '/../lib/rome-1.0.jar');

Expand Down

0 comments on commit 174864b

Please sign in to comment.