diff --git a/Project.toml b/Project.toml index 40c5796..c1f2545 100644 --- a/Project.toml +++ b/Project.toml @@ -7,13 +7,14 @@ version = "0.1.0" EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615" [compat] -julia = "1.6" EzXML = "1.1" +julia = "1.6" [extras] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" [targets] -test = ["Test", "Documenter", "EzXML"] +test = ["Test", "Documenter", "EzXML", "Suppressor"]