Skip to content

Commit

Permalink
Update Facebook SDK dependency to version 17.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Borg committed Apr 5, 2024
1 parent 1a0a918 commit 2959688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"state": {
"branch": null,
"revision": "3fe31c168903759de1c5752d12856c5c437c6862",
"version": "16.3.1"
"version": "17.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
.package(url: "https://github.com/parse-community/Bolts-ObjC.git", from: "1.10.0"),
.package(url: "https://github.com/BoltsFramework/Bolts-Swift.git", from: "1.5.0"),
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.6"),
.package(url: "https://github.com/facebook/facebook-ios-sdk.git", from: "16.3.1"),
.package(url: "https://github.com/facebook/facebook-ios-sdk.git", from: "17.0.0"),
.package(name: "OCMock", url: "https://github.com/erikdoe/ocmock.git", .revision("67bb9602f0a7541f24dc2d6d0d7389ca3e4c2c89"))
],
targets: [
Expand Down

0 comments on commit 2959688

Please sign in to comment.