From 4222089cf90651c48a80692b4aa2c8c87d5910fa Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 17 Sep 2024 12:18:04 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Tables at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 2ef0ce0..63bf519 100644 --- a/Project.toml +++ b/Project.toml @@ -20,6 +20,7 @@ PSBoardDataBaseInteractiveUtilsExt = "InteractiveUtils" [compat] CSV = "0.10" +Tables = "1" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"