Skip to content

Commit

Permalink
chore: update fb sdk to 17.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjcharles committed Apr 9, 2024
1 parent 14abb51 commit abc961f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"repositoryURL": "https://github.com/segmentio/analytics-swift",
"state": {
"branch": null,
"revision": "51f56b972de8daee251f18fd2c91fa3a33c8d77e",
"version": "1.5.2"
"revision": "7eeb2abf8452153af056baae5369679589f10936",
"version": "1.5.9"
}
},
{
"package": "Facebook",
"repositoryURL": "https://github.com/facebook/facebook-ios-sdk",
"state": {
"branch": null,
"revision": "3fe31c168903759de1c5752d12856c5c437c6862",
"version": "16.3.1"
"revision": "09eb5b0cb74127a360e0bc74a2d75ec1fd351e48",
"version": "17.0.0"
}
},
{
Expand All @@ -30,11 +30,11 @@
},
{
"package": "Sovran",
"repositoryURL": "https://github.com/segmentio/Sovran-Swift.git",
"repositoryURL": "https://github.com/segmentio/sovran-swift.git",
"state": {
"branch": null,
"revision": "64f3b5150c282a34af4578188dce2fd597e600e3",
"version": "1.1.0"
"revision": "a342b905f6baa64499cabdf61ccc185ec476b7b2",
"version": "1.1.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
.package(
name: "Segment",
url: "https://github.com/segmentio/analytics-swift.git",
from: "1.1.2"
from: "1.5.9"
),
.package(
name: "Facebook",
Expand Down

0 comments on commit abc961f

Please sign in to comment.