From 137009e73f61133a07c5f8f0243d931840472828 Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Thu, 5 Nov 2020 16:59:31 -0800 Subject: [PATCH] Version 3.0.0-nullsafety --- pubspec.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 17d4af69..5efd756f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,13 +5,13 @@ description: >- homepage: https://github.com/google/quiver-dart version: 3.0.0-nullsafety environment: - sdk: '>=2.10.0 <2.12.0' + sdk: '>=2.10.0 <3.0.0' dependencies: - matcher: ^0.12.10-nullsafety #.2 - meta: ^1.3.0-nullsafety #.5 + matcher: ^0.12.10-nullsafety + meta: ^1.3.0-nullsafety dev_dependencies: - path: ^1.8.0-nullsafety #.2 - test: ^1.16.0-nullsafety #.7 + path: ^1.8.0-nullsafety + test: ^1.16.0-nullsafety #DDC_TEST: build_runner: ^1.3.1 #DDC_TEST: build_test: ^0.10.6 #DDC_TEST: build_web_compilers: ^2.0.0