From de795bcec9ea3bb61432644b326f19b8ca755c1a Mon Sep 17 00:00:00 2001 From: Cory Simon Date: Tue, 6 Feb 2024 20:49:56 -0800 Subject: [PATCH] add revise --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c160c8a..a199654 100644 --- a/Project.toml +++ b/Project.toml @@ -36,4 +36,4 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" [targets] -test = ["Test", "Documenter", "Polynomials", "Markdown", "InteractiveUtils", "Pkg"] +test = ["Test", "Documenter", "Polynomials", "Markdown", "InteractiveUtils", "Pkg", "Revise"]