Skip to content

Commit

Permalink
require dart 3.1; update to the latest lints (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Oct 8, 2024
1 parent 3f7a466 commit f882de9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions pkgs/file_testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.2

* Require Dart 3.1.

## 3.0.1

* Update the pubspec repository field to reflect the new package repository.
Expand Down
2 changes: 2 additions & 0 deletions pkgs/file_testing/lib/file_testing.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
// BSD-style license that can be found in the LICENSE file.

/// Matchers (from `package:test`) for use in tests that deal with file systems.
library;

export 'src/testing/core_matchers.dart';
6 changes: 3 additions & 3 deletions pkgs/file_testing/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: file_testing
version: 3.0.1
version: 3.0.2
description: Testing utilities for package:file.
repository: https://github.com/dart-lang/tools/tree/main/pkgs/file_testing

environment:
sdk: ^3.0.0
sdk: ^3.1.0

dependencies:
test: ^1.23.1

dev_dependencies:
lints: ^2.0.1
lints: ^5.0.0

0 comments on commit f882de9

Please sign in to comment.