Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Sep 11, 2024
1 parent 98e0cf5 commit f849bf5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oauth2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [3.0.0, dev]
sdk: [dev]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
matrix:
# Add macos-latest and/or windows-latest if relevant for this package.
os: [ubuntu-latest]
sdk: [stable, beta]
sdk: [3.4, dev]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
Expand Down
4 changes: 4 additions & 0 deletions pkgs/oauth2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.4-wip

* Require Dart 3.4

## 2.0.3

* Require `package:http` v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions pkgs/oauth2/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: oauth2
version: 2.0.3
version: 2.0.4-wip
description: >-
A client library for authenticating with a remote service via OAuth2 on
behalf of a user, and making authorized HTTP requests with the user's
OAuth2 credentials.
repository: https://github.com/dart-lang/tools/tree/main/pkgs/oauth2

environment:
sdk: ^3.0.0
sdk: ^3.4.0

dependencies:
collection: ^1.15.0
Expand Down

0 comments on commit f849bf5

Please sign in to comment.