From e55fc3b63fa57c76cfb8c82e0adb0d4947a61b13 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 22 May 2022 00:41:20 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Revise at version 3, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 16e805d..de57a1d 100644 --- a/Project.toml +++ b/Project.toml @@ -18,6 +18,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] Images = "0.25" +Revise = "3" StaticArrays = "1" julia = "1"