diff --git a/Project.toml b/Project.toml index 0c1f65e..3b61f16 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "GeneralUtils" uuid = "c6c72f09-b708-4ac8-ac7c-2084d70108fe" -version = "0.5.4" +version = "0.5.5" authors = ["tonaerospace "] [deps] diff --git a/src/dbUtil.jl b/src/dbUtil.jl index d3a240d..0120dc8 100644 --- a/src/dbUtil.jl +++ b/src/dbUtil.jl @@ -3,7 +3,7 @@ module dbUtil export dictToPostgresKeyValueString, generateInsertSQL, generateUpdateSQL using JSON, DataStructures, Distributions, Random, Dates, UUIDs, DataFrames, - SHA + SHA, NATS using ..util #[PENDING] update code to use JSON # ---------------------------------------------- 100 --------------------------------------------- #