From c563204b0a16958e443423369e3e41ab720f8db0 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Mon, 9 May 2016 09:01:05 -0400 Subject: [PATCH] added RecipesBase dep --- REQUIRE | 1 + test/REQUIRE | 1 + 2 files changed, 2 insertions(+) diff --git a/REQUIRE b/REQUIRE index 126413bb..37795210 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,5 +1,6 @@ julia 0.4 +RecipesBase Colors Reexport Compat diff --git a/test/REQUIRE b/test/REQUIRE index 3a5eafbd..b8806bb9 100644 --- a/test/REQUIRE +++ b/test/REQUIRE @@ -1,5 +1,6 @@ julia 0.4 +RecipesBase Colors Reexport Requires