diff --git a/Project.toml b/Project.toml index ef11389f..d4533bdc 100644 --- a/Project.toml +++ b/Project.toml @@ -8,9 +8,9 @@ CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2" FoldingTrees = "1eca21be-9b9b-4ed8-839a-6d8ae26b1781" InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" JuliaSyntax = "70703baa-626e-46a2-a12c-08ffd08c73b4" +PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" Preferences = "21216c6a-2e73-6563-6e65-726566657250" REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" -PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" TypedSyntax = "d265eb64-f81a-44ad-a842-4247ee1503de" UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" @@ -19,10 +19,14 @@ WidthLimitedIO = "b8c1c048-cf81-46c6-9da0-18c1d99e41f2" [compat] CodeTracking = "0.5, 1" FoldingTrees = "1" +InteractiveUtils = "1.8" JuliaSyntax = "0.4" -Preferences = "1" PrecompileTools = "1" +Preferences = "1" +REPL = "1.8" TypedSyntax = "1.2.2" +UUIDs = "1.8" +Unicode = "1.8" WidthLimitedIO = "1" julia = "1.8.5"