Skip to content

Commit a4eff91

Browse files
committed
Bump down the quiver dependency version
To be compatible with the current stable Flutter SDK.
1 parent a3c5ebb commit a4eff91

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.2.2] - 2020-05-02
2+
3+
* Bumped down the quiver dependency version to 2.0.5 to be compatible
4+
with the current stable channel of the Flutter SDK
5+
16
## [0.2.1] - 2020-04-29
27

38
* Fixed IntervalTree.contains()

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: interval_tree
2-
version: 0.2.1
2+
version: 0.2.2
33
description: >-
44
A non-overlapping interval tree with support for calculating unions,
55
intersections, and differences between individual intervals and entire
@@ -12,7 +12,7 @@ environment:
1212
sdk: ">=2.7.0 <3.0.0"
1313
dependencies:
1414
meta: ^1.1.8
15-
quiver: ^2.1.3
15+
quiver: ^2.0.5
1616
dev_dependencies:
1717
test: ^1.14.2
1818
test_coverage: ^0.4.1

0 commit comments

Comments
 (0)