Skip to content

Commit

Permalink
Add compat entries for all deps (even stdlibs) (#1470)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Oct 18, 2023
1 parent 77ffb98 commit d2ebf69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
GroupsCore = "0.4.0"
InteractiveUtils = "1.6"
LinearAlgebra = "1.6"
MacroTools = "0.5"
Preferences = "1"
Random = "1.6"
RandomExtensions = "0.4.2"
SparseArrays = "1.6"
Test = "1.6"
julia = "1.6"
2 changes: 2 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.7"
GroupsCore = "0.4.0"
Test = "1.6"

0 comments on commit d2ebf69

Please sign in to comment.