diff --git a/Project.toml b/Project.toml index c3e3bbaf..3f2f7854 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ KernelInterpolationMeshesExt = "Meshes" DiffEqCallbacks = "3, 4" ForwardDiff = "0.10.36" LinearAlgebra = "1" -Meshes = "0.46, 0.47, 0.48, 0.49, 0.50, 0.51" +Meshes = "0.46, 0.47, 0.48, 0.49, 0.50, 0.51, 0.52" Printf = "1" ReadVTK = "0.2" RecipesBase = "1.3.4" diff --git a/docs/Project.toml b/docs/Project.toml index 89431ee8..3c3152ba 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -7,6 +7,6 @@ QuasiMonteCarlo = "8a4e6c94-4038-4cdc-81c3-7e6ffdb2a71b" [compat] Documenter = "1" -Meshes = "0.46, 0.47, 0.48, 0.49, 0.50, 0.51" +Meshes = "0.46, 0.47, 0.48, 0.49, 0.50, 0.51, 0.52" Plots = "1.9" QuasiMonteCarlo = "0.3"