Skip to content

Commit

Permalink
chore: Bumping http & uuid versions (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
agmoss authored Jan 10, 2024
1 parent acd29b1 commit f45ddd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rollbar_common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ environment:
sdk: '>=2.17.0 <3.0.0'

dependencies:
http: ^0.13.0
http: '>=0.13.0 <2.0.0'
collection: ^1.16.0
sqlite3: ^1.7.0
uuid: ^3.0.0
uuid: ^4.1.0
meta: ^1.7.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion rollbar_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
sdk: '>=2.17.0 <3.0.0'

dependencies:
http: ^0.13.0
http: '>=0.13.0 <2.0.0'
meta: ^1.7.0
sqlite3: ^1.7.0
collection: ^1.16.0
Expand Down

0 comments on commit f45ddd5

Please sign in to comment.