Skip to content

Commit

Permalink
Project.toml: lower minimal package versions for julia 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaap committed Jan 13, 2025
1 parent b72c186 commit 04ced0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ test = ["Aqua", "ExplicitImports", "Test"]

[compat]
Aqua = "0.8.9"
Dates = "1.11.0"
Dates = "1.10"
ExplicitImports = "1.10.1"
GitHub = "5.9.0"
JSON = "0.21.4"
LightXML = "0.9.1"
Pkg = "1.11.0"
Test = "1.11.0"
Pkg = "1.10"
Test = "1.10"
TestReports = "1.2.0"
julia = "1.10"

0 comments on commit 04ced0a

Please sign in to comment.