From 89dd174543482b1827b7528c06c59cb1e9ccee9a Mon Sep 17 00:00:00 2001 From: Matt Way Date: Sun, 18 Feb 2024 23:34:49 +1100 Subject: [PATCH] Set specific version numbers for dependencies --- library.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 5eda475..cf4b8dc 100644 --- a/library.json +++ b/library.json @@ -16,9 +16,9 @@ ], "license": "GPL-2.0-only", "dependencies": { - "robtillaart/CRC": "^1.0.2", - "nrf24/RF24": "^1.4.8", - "rlogiacco/CircularBuffer": "^1.3.3" + "robtillaart/CRC": "1.0.2", + "nrf24/RF24": "1.4.8", + "rlogiacco/CircularBuffer": "1.3.3" }, "frameworks": "arduino", "platforms": [