Skip to content

Commit

Permalink
Bump Aqua compatibility to 0.8 to fix Julia 1.6 test failure
Browse files Browse the repository at this point in the history
Requires adding stdlib entries to `[compat]`
  • Loading branch information
ararslan committed Mar 31, 2024
1 parent afb2f60 commit 5dafa5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ LegolasConstructionBaseExt = "ConstructionBase"

[compat]
Accessors = "0.1"
Aqua = "0.6"
Aqua = "0.8"
Arrow = "2.7"
ArrowTypes = "2.3"
Compat = "3.34, 4"
ConstructionBase = "1.5"
DataFrames = "1"
Tables = "1.4"
Test = "1"
UUIDs = "1"
julia = "1.6"

[extras]
Expand Down

0 comments on commit 5dafa5e

Please sign in to comment.