Skip to content

Commit

Permalink
add compat entries for InteractiveUtils, REPL, UUIDs, Unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Oct 26, 2023
1 parent 59d5953 commit 43f52ca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

Expand Down

2 comments on commit 43f52ca

@aviatesk
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/94156

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.9.5 -m "<description of version>" 43f52ca05822eed533b0c9c6d85e1e44ebeb1e5a
git push origin v2.9.5

Please sign in to comment.