Skip to content

Commit d8dcf97

Browse files
CompatHelper: bump compat for "LazyArrays" to "0.15" (#41)
* CompatHelper: bump compat for "LazyArrays" to "0.15" * Update Project.toml * Update Project.toml Co-authored-by: Sheehan Olver <[email protected]>
1 parent f5d9c15 commit d8dcf97

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
@@ -1,6 +1,6 @@
11
name = "ContinuumArrays"
22
uuid = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
3-
version = "0.2"
3+
version = "0.2.1"
44

55
[deps]
66
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
@@ -14,8 +14,8 @@ QuasiArrays = "c4ea9172-b204-11e9-377d-29865faadc5c"
1414
BandedMatrices = "0.14.2"
1515
FillArrays = "0.8.2"
1616
IntervalSets = "0.3.2"
17-
LazyArrays = "0.14.11"
18-
QuasiArrays = "0.1"
17+
LazyArrays = "0.14.11, 0.15"
18+
QuasiArrays = "0.1.1"
1919
julia = "1.3"
2020

2121
[extras]

0 commit comments

Comments
 (0)