restrict the collection dep to not allow stable releases (#32)

diff --git a/pubspec.yaml b/pubspec.yaml
index 7bdb374..53ba24c 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -9,7 +9,7 @@
   sdk: '>=2.9.0-18.0 <2.9.0'
 
 dependencies:
-  collection: ^1.15.0-nnbd
+  collection: '>=1.15.0-nnbd <1.15.0'
 
 dev_dependencies:
   pedantic: ^1.9.0