Skip to content

Commit 641d145

Browse files
allow Trixi.jl v0.16 (#133)
* allow Trixi.jl v0.16 * fix merge --------- Co-authored-by: Patrick Ersing <114223904+patrickersing@users.noreply.github.com>
1 parent 01ae544 commit 641d145

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Printf = "1"
1919
Roots = "2.1.6"
2020
Static = "1.2"
2121
StaticArrays = "1.9.8"
22-
Trixi = "0.15"
22+
Trixi = "0.15, 0.16"
2323
julia = "1.10"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ HOHQMesh = "0.2"
2525
Literate = "2.20"
2626
OrdinaryDiffEqLowStorageRK = "1.3"
2727
OrdinaryDiffEqSSPRK = "1.2"
28-
Trixi = "0.15"
28+
Trixi = "0.15, 0.16"
2929
Trixi2Vtk = "0.3.16"
3030
TrixiBottomTopography = "0.1"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Printf = "1"
1616
Roots = "2.1.6"
1717
Symbolics = "7.14"
1818
Test = "1"
19-
Trixi = "0.15"
19+
Trixi = "0.15, 0.16"
2020
TrixiBottomTopography = "0.1.1"
2121
TrixiTest = "0.2.1"

0 commit comments

Comments
 (0)