Skip to content

Commit

Permalink
Avoid breaking changes with strict dependencies (me-no-dev#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Mar 25, 2022
1 parent 1d46269 commit f71e3d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,15 @@
"platforms": ["espressif8266", "espressif32"],
"dependencies": [
{
"owner": "me-no-dev",
"name": "ESPAsyncTCP",
"version": "^1.2.2",
"platforms": "espressif8266"
},
{
"owner": "me-no-dev",
"name": "AsyncTCP",
"version": "^1.1.1",
"platforms": "espressif32"
},
{
Expand Down

0 comments on commit f71e3d4

Please sign in to comment.