Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Feb 14, 2022
1 parent 5b85666 commit b551282
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dev_dependencies:
build_version: ^2.1.0
test: ^1.20.1
lints: ^1.0.1
mockito: ^5.0.17
mockito: ^5.1.0

executables:
spider: main
3 changes: 2 additions & 1 deletion test/data_class_generator_test.mocks.dart
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// Mocks generated by Mockito 5.0.17 from annotations
// Mocks generated by Mockito 5.1.0 from annotations
// in spider/test/data_class_generator_test.dart.
// Do not manually edit this file.

import 'package:mockito/mockito.dart' as _i1;
import 'package:spider/src/process_terminator.dart' as _i2;

// ignore_for_file: type=lint
// ignore_for_file: avoid_redundant_argument_values
// ignore_for_file: avoid_setters_without_getters
// ignore_for_file: comment_references
Expand Down

0 comments on commit b551282

Please sign in to comment.