Skip to content

Commit 68acf63

Browse files
CompatHelper: bump compat for "EllipsisNotation" to "1.0" (#70)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0d15cc3 commit 68acf63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
88
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
99

1010
[compat]
11-
EllipsisNotation = "0.4"
11+
EllipsisNotation = "0.4, 1.0"
1212
julia = "0.7, 1"
1313

1414
[extras]
15-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
16-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1715
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
16+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
17+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1818

1919
[targets]
2020
test = ["Test", "Random", "OffsetArrays"]

0 commit comments

Comments
 (0)