diff --git a/Project.toml b/Project.toml index d91199f4..90dc62dd 100644 --- a/Project.toml +++ b/Project.toml @@ -19,5 +19,5 @@ Printf = "1" Roots = "2.1.6" Static = "1.2" StaticArrays = "1.9.8" -Trixi = "0.15" +Trixi = "0.15, 0.16" julia = "1.10" diff --git a/docs/Project.toml b/docs/Project.toml index 01f6e37d..45858905 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -25,6 +25,6 @@ HOHQMesh = "0.2" Literate = "2.20" OrdinaryDiffEqLowStorageRK = "1.3" OrdinaryDiffEqSSPRK = "1.2" -Trixi = "0.15" +Trixi = "0.15, 0.16" Trixi2Vtk = "0.3.16" TrixiBottomTopography = "0.1" \ No newline at end of file diff --git a/test/Project.toml b/test/Project.toml index 9d77c64f..7467aa22 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -16,6 +16,6 @@ Printf = "1" Roots = "2.1.6" Symbolics = "7.14" Test = "1" -Trixi = "0.15" +Trixi = "0.15, 0.16" TrixiBottomTopography = "0.1.1" TrixiTest = "0.2.1"