Skip to content

Commit 20cfaa2

Browse files
feat: bump facebook SDK to >= v18
1 parent 62e3337 commit 20cfaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ let package = Package(
6666
dependencies: [
6767
.package(
6868
url: "https://github.com/facebook/facebook-ios-sdk.git",
69-
"17.0.0" ..< "18.0.0"
69+
"18.0.0" ..< "19.0.0"
7070
),
7171
.package(
7272
url: "https://github.com/firebase/firebase-ios-sdk.git",

0 commit comments

Comments
 (0)