Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

update lints #68

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
matrix:
# Add macos-latest and/or windows-latest if relevant for this package.
os: [ubuntu-latest]
sdk: [2.19.0, dev]
sdk: [3.4, dev]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.1.2-dev
## 1.1.2-wip

* Require Dart 2.19
* Require Dart 3.4

## 1.1.1

Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: clock
version: 1.1.2-dev
version: 1.1.2-wip
description: A fakeable wrapper for dart:core clock APIs.
repository: https://github.com/dart-lang/clock

environment:
sdk: ">=2.19.0 <3.0.0"
sdk: ^3.4.0

dev_dependencies:
dart_flutter_team_lints: ^1.0.0
test: ^1.16.0
dart_flutter_team_lints: ^3.0.0
test: ^1.16.6