From 3001d2e6f96536c29c272a4e5095793dfcf93b56 Mon Sep 17 00:00:00 2001 From: kalmarek Date: Wed, 24 Oct 2018 20:29:18 +0200 Subject: [PATCH] Require AbstractAlgebra; bump version of AA --- Project.toml | 2 +- REQUIRE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f9d0855..5b14bd2 100644 --- a/Project.toml +++ b/Project.toml @@ -17,4 +17,4 @@ Groups = "5d8bd718-bd84-11e8-3b40-ad14f4a32557" test = ["Test", "Groups"] [compat] -AbstractAlgebra = "^0.1.3" +AbstractAlgebra = "^0.2.0" diff --git a/REQUIRE b/REQUIRE index ee1590e..374c911 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,2 +1,2 @@ julia 0.6 -Nemo +AbstractAlgebra