Skip to content

Commit

Permalink
chore: update outdated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaireDavis committed Oct 25, 2023
1 parent d3f5727 commit 52579e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup dart
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f # v1.5.0
with:
sdk: 2.18.5
sdk: 3.0.7
- name: Install dependencies
run: dart pub get
- name: Verify formatting
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Setup dart
uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f # v1.5.0
with:
sdk: 2.18.5
sdk: 3.0.7
- name: Install dependencies
run: |
dart pub get
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ homepage: https://github.com/Betterment/sturdy_http
repository: https://github.com/Betterment/sturdy_http

environment:
sdk: ">=2.18.5 <3.0.0"
sdk: ">=3.0.7 <4.0.0"

dependencies:
collection: ^1.17.1
dio: ^5.1.1
freezed_annotation: ^2.2.0
uuid: ^3.0.7
uuid: ^4.1.0

dev_dependencies:
build_runner: ^2.1.8
charlatan: 0.3.1
charlatan: 0.4.0
freezed: ^2.2.0
json_annotation: ^4.4.0
json_serializable: ^6.1.5
lints: ^2.0.1
lints: ^3.0.0
test: ^1.16.0

0 comments on commit 52579e4

Please sign in to comment.