Skip to content

Commit

Permalink
update build_modules to allow the 3.4 SDK (#3638)
Browse files Browse the repository at this point in the history
* update build_modules to allow the 3.4 SDK

* update example to override build_modules version
  • Loading branch information
jakemac53 committed Jan 9, 2024
1 parent b5ea89c commit 0816f59
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions build_modules/CHANGELOG.md
@@ -1,3 +1,7 @@
## 5.0.6

- Allow version 3.4.x of the Dart SDK.

## 5.0.5

- Allow version 3.3.x of the Dart SDK.
Expand Down
4 changes: 2 additions & 2 deletions build_modules/pubspec.yaml
@@ -1,12 +1,12 @@
name: build_modules
version: 5.0.5
version: 5.0.6
description: >-
Builders to analyze and split Dart code into individually compilable modules
based on imports.
repository: https://github.com/dart-lang/build/tree/master/build_modules

environment:
sdk: '>=3.0.0 <3.4.0'
sdk: '>=3.0.0 <3.5.0'

dependencies:
analyzer: '>=5.1.0 <7.0.0'
Expand Down
5 changes: 5 additions & 0 deletions example/pubspec.yaml
Expand Up @@ -13,3 +13,8 @@ dev_dependencies:
build_runner: ^2.0.0
build_web_compilers: ^4.0.0
dart_flutter_team_lints: ^2.0.0

# TODO: Remove once build_modules version 5.0.6 is published.
dependency_overrides:
build_modules:
path: ../build_modules

0 comments on commit 0816f59

Please sign in to comment.