From 602b72f10bd001e1c30748f2693f241b6a115b50 Mon Sep 17 00:00:00 2001 From: Rafael Fourquet Date: Wed, 30 Sep 2020 09:01:39 +0200 Subject: [PATCH] SafeREPL: add compat bound for SwapLiterals --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index bceef9e..5d3676b 100644 --- a/Project.toml +++ b/Project.toml @@ -15,3 +15,4 @@ test = ["Pkg"] [compat] julia = "1.5" +SwapLiterals = "0.1"