diff --git a/Project.toml b/Project.toml index 13dd9d5..36e42a2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "GeneralUtils" uuid = "c6c72f09-b708-4ac8-ac7c-2084d70108fe" -version = "0.6.3" +version = "0.6.4" authors = ["tonaerospace "] [deps] diff --git a/src/util.jl b/src/util.jl index 54e6d47..929fca4 100644 --- a/src/util.jl +++ b/src/util.jl @@ -9,7 +9,7 @@ export timedifference, showstracktrace, findHighestIndexKey, uuid4snakecase, rep extractTextBetweenCharacter, extractTextBetweenString, convertCamelSnakeKebabCase, fitrange, recentElementsIndex, nonRecentElementsIndex -using JSON, DataStructures, Distributions, Random, Dates, UUIDs, DataFrames +using JSON, DataStructures, Distributions, Random, Dates, UUIDs, DataFrames, NATS # ---------------------------------------------- 100 --------------------------------------------- #