diff --git a/Project.toml b/Project.toml index 0d8e3fc1..4f54b56a 100644 --- a/Project.toml +++ b/Project.toml @@ -13,10 +13,10 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] AutoHashEquals = "2.1.0" -DataStructures = "0.18" +DataStructures = "0.18, 0.19" DocStringExtensions = "0.8, 0.9" Reexport = "0.2, 1" -TermInterface = "0.3.3" +TermInterface = "0.3.3, 2.0" TimerOutputs = "0.5" julia = "1.8" diff --git a/docs/Project.toml b/docs/Project.toml index 4866d7b6..0da73d06 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -5,4 +5,7 @@ Metatheory = "e9d8d322-4543-424a-9be4-0cc815abe26c" TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c" [compat] -Documenter = "~0.26" +Documenter = "~0.26, 1.16" +Literate = "2.21.0" +Metatheory = "2.0.2" +TermInterface = "2.0.0"