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

Commit

Permalink
update lints
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jul 8, 2024
1 parent b303a4b commit 61d74bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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

0 comments on commit 61d74bc

Please sign in to comment.