From 79e38e43fe96b312c8efce8a1be6ea1494c7613e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 13 Dec 2024 01:19:45 +0000 Subject: [PATCH] CompatHelper: bump compat for StyledStrings to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 38f971c..62eae99 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b" [compat] Plots = "1.40.5" Revise = "3.6.4" -StyledStrings = "1.11.0" +StyledStrings = "1.11.0, 1" julia = "1.10.4" [extras]