Skip to content

Commit

Permalink
add missing compats
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Nov 1, 2023
1 parent c3bae51 commit 5ab1079
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
InteractiveUtils = "1.9"
JuliaInterpreter = "0.9"
LoweredCodeUtils = "2.2"
MacroTools = "0.5.6"
Pkg = "1.9"
PrecompileTools = "1"
Preferences = "1.4"
Revise = "3.3"
Test = "1.9"
julia = "1.9"

[extras]
Expand Down

2 comments on commit 5ab1079

@aviatesk
Copy link
Owner 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/94551

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 v0.8.16 -m "<description of version>" 5ab107937cd63cf9df25284d8a712f9f25573368
git push origin v0.8.16

Please sign in to comment.