diff --git a/Project.toml b/Project.toml index 20bc7f61..97c98a07 100644 --- a/Project.toml +++ b/Project.toml @@ -23,12 +23,19 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Scratch = "6c6a2e73-6563-6170-7368-637461726353" [compat] +Artifacts = "1.6" Compat = "4.4.0" +Downloads = "1.4.3" GAP_jll = "~400.1200.101" GAP_lib_jll = "~400.1201.100" GAP_pkg_juliainterface_jll = "=0.800.300" +InteractiveUtils = "1.6" MacroTools = "0.5" +Markdown = "1.6" Ncurses_jll = "6.4.1" Pidfile = "1.3" +Pkg = "1.6" +REPL = "1.6" +Random = "1.6" Scratch = "1.1" julia = "1.6" diff --git a/test/Project.toml b/test/Project.toml index 7530b34f..12d070ec 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -6,3 +6,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Aqua = "0.7.1" +Documenter = "^0.27.0" +Random = "1.6" +Test = "1.6"