Skip to content

Commit

Permalink
CompatHelper: bump compat for Trixi to 0.9 for package LibTrixi.jl, (…
Browse files Browse the repository at this point in the history
…keep existing compat) (#208)

* CompatHelper: bump compat for Trixi to 0.9 for package LibTrixi.jl, (keep existing compat)

* CompatHelper: bump compat for Trixi to 0.9 for package test, (keep existing compat)

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Benedict Geihe <[email protected]>
  • Loading branch information
3 people authored Oct 11, 2024
1 parent 11e7a60 commit b249c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LibTrixi.jl/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"
MPI = "0.20.13"
OrdinaryDiffEq = "6.53.2"
Pkg = "1.8"
Trixi = "0.7.16, 0.8"
Trixi = "0.7.16, 0.8, 0.9"
julia = "1.8"

[preferences.OrdinaryDiffEq]
Expand Down
2 changes: 1 addition & 1 deletion LibTrixi.jl/test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"

[compat]
OrdinaryDiffEq = "6.53.2"
Trixi = "0.5.29, 0.6, 0.7, 0.8"
Trixi = "0.5.29, 0.6, 0.7, 0.8, 0.9"

[preferences.OrdinaryDiffEq]
PrecompileAutoSpecialize = false
Expand Down

0 comments on commit b249c7b

Please sign in to comment.