Skip to content

Commit

Permalink
Merge branch 'flutter:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoamador authored Feb 21, 2024
2 parents eb9ac86 + 2bfd7b5 commit ac9a943
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions packages/buildbucket-dart/lib/buildbucket_pb.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export 'src/generated/go.chromium.org/luci/buildbucket/proto/builds_service.pb.d
ScheduleBuildRequest_Swarming,
StartBuildRequest,
StartBuildResponse,
StartBuildTaskRequest,
StartBuildTaskResponse,
CancelBuildRequest,
CreateBuildRequest,
SynthesizeBuildRequest,
Expand Down
10 changes: 5 additions & 5 deletions packages/buildbucket-dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ environment:
sdk: '>=3.0.0-0 <4.0.0'

dependencies:
protoc_plugin: ^21.1.2
fixnum: ^1.1.0
protobuf: ^3.1.0
grpc: ^3.2.4
protoc_plugin: 21.1.2
fixnum: 1.1.0
protobuf: 3.1.0
grpc: 3.2.4

dev_dependencies:
lints: 3.0.0
test: 1.25.2
test: 1.24.8

0 comments on commit ac9a943

Please sign in to comment.