From 39be5479c441741b58570459ade6f6df4d352dbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2019 10:02:20 +0000 Subject: [PATCH] CompatHelper: add new compat entry for "SortingAlgorithms" at version "0.3" --- Project.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 521c38311..df1f441a5 100644 --- a/Project.toml +++ b/Project.toml @@ -14,6 +14,10 @@ SortingAlgorithms = "a2af1166-a08f-5f64-846c-94a0d3cef48c" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" +[compat] +SortingAlgorithms = "0.3" +julia = "1" + [extras] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" @@ -21,6 +25,3 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] test = ["Dates", "DelimitedFiles", "Test"] - -[compat] -julia = "1"