From 8f0fd3e562bf6ba075960defe1dccec67451f8d8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 16 May 2023 00:44:05 +0000 Subject: [PATCH] CompatHelper: bump compat for Stipple to 0.27, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8ef56e5b..b96d59c8 100755 --- a/Project.toml +++ b/Project.toml @@ -30,6 +30,6 @@ RemoteREPL = "0.2" Scratch = "1.1" SearchLight = "2.10" SearchLightSQLite = "2.2.1" -Stipple = "0.26" +Stipple = "0.26, 0.27" ZipFile = "0.10" julia = "1.6"