From 1e9070c1f7404ae60527bc82c3ca0b11b1bcc3b3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 9 Aug 2022 02:24:10 +0000 Subject: [PATCH] CompatHelper: add new compat entry for BioSequences at version 3, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 7d3cfa6..0e8abc0 100644 --- a/Project.toml +++ b/Project.toml @@ -10,6 +10,7 @@ FASTX = "c2308a5c-f048-11e8-3e8a-31650f418d12" Scratch = "6c6a2e73-6563-6170-7368-637461726353" [compat] +BioSequences = "3" julia = "1" [extras]