Skip to content

Commit

Permalink
Bump mind SDK to 3.6.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Dec 12, 2024
1 parent 9a0d6d5 commit 516c7cf
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/dart.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _test/pkgs/provides_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: provides_builder
resolution: workspace
environment:
sdk: ^3.6.0-165.0.dev
sdk: ^3.6.0
publish_to: none

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion _test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: none
#resolution: workspace

environment:
sdk: ^3.6.0-228.0.dev
sdk: ^3.6.0

dependencies:
web: ^1.0.0
Expand Down
2 changes: 1 addition & 1 deletion build_resolvers/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_resolvers
#resolution: workspace

environment:
sdk: ^3.6.0-228.0.dev
sdk: ^3.6.0

dependencies:
analyzer: '>=6.9.0 <8.0.0'
Expand Down
2 changes: 1 addition & 1 deletion build_runner_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_runner_core
#resolution: workspace

environment:
sdk: ^3.6.0-228.0.dev
sdk: ^3.6.0

platforms:
linux:
Expand Down
2 changes: 1 addition & 1 deletion build_web_compilers/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_web_compilers
#resolution: workspace

environment:
sdk: '>=3.6.0-165.0.dev <3.7.0-z'
sdk: '>=3.6.0 <3.7.0-z'

dependencies:
analyzer: '>=5.1.0 <8.0.0'
Expand Down
2 changes: 1 addition & 1 deletion build_web_compilers/test/fixtures/c/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: c
resolution: workspace

environment:
sdk: ^3.6.0-165.0.dev
sdk: ^3.6.0

dependencies:
d:
Expand Down
2 changes: 1 addition & 1 deletion build_web_compilers/test/fixtures/d/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: d
resolution: workspace

environment:
sdk: ^3.6.0-165.0.dev
sdk: ^3.6.0

dependencies:
c:
Expand Down

0 comments on commit 516c7cf

Please sign in to comment.