From 6a279fb496ab9cff202a7676918467eb4e61fecc Mon Sep 17 00:00:00 2001 From: Abhi <8083613+AbhimanyuAryan@users.noreply.github.com> Date: Wed, 17 May 2023 15:07:43 +0530 Subject: [PATCH] updating stipple deps to 0.27 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 5dd6fc5..a653c53 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GenieDevTools" uuid = "4e5d9629-6565-4102-a9ff-45c707eb060e" authors = ["essenciary and contributors"] -version = "2.3.0" +version = "2.4.0" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" @@ -14,7 +14,7 @@ Stipple = "4acbeb90-81a0-11ea-1966-bdaff8155998" Genie = "5" RemoteREPL = "0.2" Revise = "3" -Stipple = "0.26" +Stipple = "0.27" julia = "1.6" [extras]