Skip to content

Commit 1c286f0

Browse files
authored
chore: Bump sign_in_with_apple dependency. (serverpod#3393)
1 parent 6a7c5b4 commit 1c286f0

File tree

2 files changed

+2
-2
lines changed
  • modules/serverpod_auth/serverpod_auth_apple_flutter
  • templates/pubspecs/modules/serverpod_auth/serverpod_auth_apple_flutter

2 files changed

+2
-2
lines changed

modules/serverpod_auth/serverpod_auth_apple_flutter/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
material_design_icons_flutter: ">=6.0.0 < 8.0.0"
1919
serverpod_auth_client: 2.5.0
2020
serverpod_auth_shared_flutter: 2.5.0
21-
sign_in_with_apple: '>=5.0.0 <7.0.0'
21+
sign_in_with_apple: '>=6.0.0 <8.0.0'
2222

2323
dev_dependencies:
2424
flutter_test:

templates/pubspecs/modules/serverpod_auth/serverpod_auth_apple_flutter/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
material_design_icons_flutter: ">=6.0.0 < 8.0.0"
1818
serverpod_auth_client: SERVERPOD_VERSION
1919
serverpod_auth_shared_flutter: SERVERPOD_VERSION
20-
sign_in_with_apple: '>=5.0.0 <7.0.0'
20+
sign_in_with_apple: '>=6.0.0 <8.0.0'
2121

2222
dev_dependencies:
2323
flutter_test:

0 commit comments

Comments
 (0)