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

Commit

Permalink
Bump to 3.5.0. May this please the CI gods.
Browse files Browse the repository at this point in the history
  • Loading branch information
munificent committed Oct 23, 2024
1 parent 93078d5 commit 2ea346f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk: [3.3.0, dev]
sdk: [3.5.0, dev]
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- 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,7 +1,7 @@
## 4.10.1-wip

* Require Dart `^3.1.0`
* Upgrade to dart_style `2.3.7`.
* Require Dart `^3.5.0`
* Upgrade to `dart_style` 2.3.7.

## 4.10.0

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A fluent, builder-based library for generating valid Dart code.
repository: https://github.com/dart-lang/code_builder

environment:
sdk: ^3.1.0
sdk: ^3.5.0

dependencies:
built_collection: ^5.0.0
Expand Down

0 comments on commit 2ea346f

Please sign in to comment.