From 3036db8f6b2cf44108f9cffd9572bc0d7331494e Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Sun, 12 Feb 2023 02:04:55 -0500 Subject: [PATCH] Add compat --- Project.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e99db23..40feebd 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,14 @@ StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4" pandoc_jll = "c5432543-76ad-5c9d-82bf-db097047a5e2" [compat] -julia = "1" +julia = "1.6" +EnumX = "1" +FilePathsBase = "0.9" +ReTest = "0.3" +InlineTest = "0.2" +JSON3 = "1" +StructTypes = "1" +pandoc_jll = "3" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"