Skip to content

Commit

Permalink
Consistently require Dart 3.1 (#3941)
Browse files Browse the repository at this point in the history
Some initial version standardization before beginning to share more analysis configuration in this repository.
  • Loading branch information
parlough authored Nov 15, 2024
1 parent 0785a7d commit ea9964d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion analyze/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Cocoon static analysis scripts
publish_to: none

environment:
sdk: ">=2.18.0 <4.0.0"
sdk: ^3.1.0

dependencies:
file: 7.0.1
Expand Down
2 changes: 1 addition & 1 deletion app_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage: https://github.com/flutter/cocoon
publish_to: none

environment:
sdk: '>=3.0.0-0 <4.0.0'
sdk: ^3.1.0

dependencies:
appengine: 0.13.7
Expand Down
2 changes: 1 addition & 1 deletion auto_submit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish_to: none
homepage: https://github.com/flutter/cocoon/blob/main/autosubmit

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: ^3.1.0

dependencies:
appengine: 0.13.9
Expand Down
2 changes: 1 addition & 1 deletion cipd_packages/codesign/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
homepage: https://github.com/flutter/cocoon

environment:
sdk: '>=2.18.0 <4.0.0'
sdk: ^3.1.0

dev_dependencies:
lints: 5.0.0
Expand Down
2 changes: 1 addition & 1 deletion cipd_packages/device_doctor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A Dart tool to check device healthiness and implement recovery mech
version: 1.0.1

environment:
sdk: ">=2.18.0 <4.0.0"
sdk: ^3.1.0

dependencies:
analyzer: 6.4.1
Expand Down
2 changes: 1 addition & 1 deletion dev/githubanalysis/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: githubanalysis

environment:
sdk: '>=3.0.0-245.0.dev <4.0.0'
sdk: ^3.1.0

dependencies:
github: ^9.9.0
Expand Down
2 changes: 1 addition & 1 deletion dev/wiki-visualizer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A sample command-line application.
version: 1.0.0

environment:
sdk: ^3.2.0-38.0.dev
sdk: ^3.2.0

dev_dependencies:
lints: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion licenses/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: license_checks
description: Script to check licenses.

environment:
sdk: ">=2.18.0 <4.0.0"
sdk: ^3.1.0

dependencies:
path: 1.9.1
Expand Down
2 changes: 1 addition & 1 deletion packages/buildbucket-dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.12
repository: https://github.com/flutter/cocoon/tree/main/packages/buildbucket-dart

environment:
sdk: '>=3.0.0-0 <4.0.0'
sdk: ^3.1.0

dependencies:
protoc_plugin: 21.1.2
Expand Down
2 changes: 1 addition & 1 deletion test_utilities/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Flutter continuous integration agent (Cocoon agent)
homepage: https://github.com/flutter/cocoon

environment:
sdk: '>=2.18.0 < 4.0.0'
sdk: ^3.1.0

dev_dependencies:
args: 2.6.0
Expand Down
2 changes: 1 addition & 1 deletion triage_bot/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/flutter/cocoon/
publish_to: 'none'

environment:
sdk: ^3.0.0
sdk: ^3.1.0

dependencies:
appengine: ^0.13.5
Expand Down

0 comments on commit ea9964d

Please sign in to comment.