Skip to content

Commit

Permalink
missed a couple files
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra committed Dec 2, 2024
1 parent 3a16f53 commit 784d32a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions test/src/commands/packages/commands/get_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void main() {
version: 0.1.0
environment:
sdk: ^3.4.0
sdk: ^3.5.0
''',
);
final result = await commandRunner.run(
Expand All @@ -127,7 +127,7 @@ void main() {
version: 0.1.0
environment:
sdk: ^3.4.0
sdk: ^3.5.0
''',
);
final result = await commandRunner.run(
Expand Down Expand Up @@ -163,7 +163,7 @@ void main() {
version: 0.1.0
environment:
sdk: ^3.4.0
sdk: ^3.5.0
''',
);
pubspecB
Expand All @@ -174,7 +174,7 @@ void main() {
version: 0.1.0
environment:
sdk: ^3.4.0
sdk: ^3.5.0
''',
);

Expand Down Expand Up @@ -214,7 +214,7 @@ void main() {
version: 0.1.0
environment:
sdk: ^3.4.0
sdk: ^3.5.0
''',
);
pubspecB
Expand All @@ -225,7 +225,7 @@ void main() {
version: 0.1.0
environment:
sdk: ^3.4.0
sdk: ^3.5.0
''',
);

Expand Down Expand Up @@ -263,7 +263,7 @@ void main() {
version: 0.1.0
environment:
sdk: ^3.4.0
sdk: ^3.5.0
''',
);
pubspecB
Expand All @@ -274,7 +274,7 @@ void main() {
version: 0.1.0
environment:
sdk: ^3.4.0
sdk: ^3.5.0
''',
);

Expand Down Expand Up @@ -318,7 +318,7 @@ void main() {
version: 0.1.0
environment:
sdk: ^3.4.0
sdk: ^3.5.0
''',
);
pubspecB
Expand All @@ -329,7 +329,7 @@ void main() {
version: 0.1.0
environment:
sdk: ^3.4.0
sdk: ^3.5.0
''',
);

Expand Down
2 changes: 1 addition & 1 deletion tool/spdx_license/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ issue_tracker: https://github.com/VeryGoodOpenSource/very_good_cli/issues
publish_to: none

environment:
sdk: ^3.4.0
sdk: ^3.5.0

dev_dependencies:
test: ^1.25.2
Expand Down

0 comments on commit 784d32a

Please sign in to comment.