Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanbeusekom committed Mar 4, 2024
1 parent b6d1fd3 commit 77ed17e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/flutter_ioc_get_it/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.2.1

* Updates dependency on `flutter_ioc` to version 2.1.0.
* Updates dependency on `get_it` to version 7.6.7.

## 1.2.0

* Adds support for creating and removing scopes to the IoC container.
Expand Down
6 changes: 3 additions & 3 deletions packages/flutter_ioc_get_it/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_ioc_get_it
description: An implementation of the flutter_ioc package based on get_it.
version: 1.2.0
version: 1.2.1

publish_to: none

Expand All @@ -12,8 +12,8 @@ dependencies:
git:
url: https://github.com/baseflow/flutter_ioc
path: packages/flutter_ioc
ref: flutter_ioc_v2.0.0
get_it: ^7.6.4
ref: flutter_ioc_v2.1.0
get_it: ^7.6.7

dev_dependencies:
lints: ^2.0.0
Expand Down

0 comments on commit 77ed17e

Please sign in to comment.