From 53ea142aae340471d7759bdf664c3044f9cefedd Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Tue, 30 Jul 2019 15:34:52 -0600 Subject: [PATCH] Update Project.toml to include compat section --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index 3474f4f..a0b797c 100644 --- a/Project.toml +++ b/Project.toml @@ -6,3 +6,6 @@ version = "0.1.0" [deps] JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +julia = "1"