From abfe7615888c0fcbc895fe8836689c060e6dd9bd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 2 Jul 2022 02:10:24 +0000 Subject: [PATCH] CompatHelper: bump compat for DocStringExtensions to 0.9, (keep existing compat) --- Project.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Project.toml b/Project.toml index b30cdd3..38728fe 100644 --- a/Project.toml +++ b/Project.toml @@ -26,24 +26,24 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -julia = "1.7" -Luxor = "3.2.0" -DocStringExtensions = "0.8.6" -MeshCat = "0.14.2" +CairoMakie = "0.7.5" Colors = "0.12.8" -GeometryBasics = "0.4.2" +CoordinateTransformations = "0.6.2" DataFrames = "1.3.4" -Rotations = "1.1.1" -Interact = "0.10.4" -StatsBase = "0.33.16" -Graphs = "1.6.0" -CairoMakie = "0.7.5" -Plots = "1.29.0" +DocStringExtensions = "0.8.6, 0.9" +GeometryBasics = "0.4.2" GraphRecipes = "0.5.9" -CoordinateTransformations = "0.6.2" +Graphs = "1.6.0" +Interact = "0.10.4" JLD2 = "0.4.22" +Luxor = "3.2.0" Makie = "0.16.6" +MeshCat = "0.14.2" +Plots = "1.29.0" +Rotations = "1.1.1" Scratch = "1.1.0" +StatsBase = "0.33.16" +julia = "1.7" [extras] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"