From cd70a01a384217c422bfa25e098c4fe7346df073 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Sat, 25 May 2024 15:47:22 -0700 Subject: [PATCH] bump lints dep and fix --- CHANGELOG.md | 2 ++ pubspec.yaml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1836bc..900e9a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 2.3.1-wip + ## 2.3.0 - Require Dart 3.2. diff --git a/pubspec.yaml b/pubspec.yaml index 76298d4..531b3f5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: benchmark_harness -version: 2.3.0 +version: 2.3.1-wip description: The official Dart project benchmark harness. repository: https://github.com/dart-lang/benchmark_harness @@ -12,6 +12,6 @@ environment: dev_dependencies: build_runner: ^2.0.0 build_web_compilers: ^4.0.0 - dart_flutter_team_lints: ^2.0.0 + dart_flutter_team_lints: ^3.0.0 path: ^1.8.0 test: ^1.16.0