Skip to content

Commit

Permalink
Bump dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
rekire committed Apr 7, 2024
1 parent bf16578 commit 9643779
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion autologin_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dev_dependencies:
git:
url: https://github.com/rekire/autologin_plugin.git
path: autologin_test_utils
ref: 0.1.0
ref: 0.1.1
flutter_test:
sdk: flutter
plugin_platform_interface: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion autologin_darwin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dev_dependencies:
git:
url: https://github.com/rekire/autologin_plugin.git
path: autologin_test_utils
ref: 0.1.0
ref: 0.1.1
flutter_test:
sdk: flutter
very_good_analysis: ^5.1.0
2 changes: 1 addition & 1 deletion autologin_linux/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dev_dependencies:
git:
url: https://github.com/rekire/autologin_plugin.git
path: autologin_test_utils
ref: 0.1.0
ref: 0.1.1
flutter_test:
sdk: flutter
very_good_analysis: ^5.1.0
4 changes: 2 additions & 2 deletions autologin_test_utils/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: autologin_test_utils
description: Shared code for tests to avoid to duplicating test code.
version: 0.1.0
version: 0.1.1
homepage: https://github.com/rekire/autologin_plugin/tree/main/autologin_test_utils
publish_to: none

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
autologin_platform_interface: 0.1.0
autologin_platform_interface: ^0.1.0
flutter:
sdk: flutter
flutter_test:
Expand Down

0 comments on commit 9643779

Please sign in to comment.