diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0fa25b3..9812708 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - sdk: [2.18.0, stable] + sdk: [stable] steps: - uses: actions/checkout@v1 diff --git a/pubspec.yaml b/pubspec.yaml index 8819c82..77567f0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: "fuzzywuzzy" -version: "1.1.2" +version: "1.1.3" homepage: "https://github.com/sphericalkat/dart-fuzzywuzzy" description: An implementation of the popular fuzzywuzzy package in Dart, to suit all your fuzzy string matching/searching needs! repository: "https://github.com/sphericalkat/dart-fuzzywuzzy" environment: - sdk: ">=2.16.2 <3.0.0" + sdk: ">=3.0.0" dependencies: collection: ^1.16.0