Skip to content

Commit 5c5673a

Browse files
authored
chore: update dependencies (#14)
1 parent 89e2a72 commit 5c5673a

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

Example/BasicExample/BasicExample.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 16 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ let package = Package(
2222
.package(
2323
name: "Segment",
2424
url: "https://github.com/segmentio/analytics-swift.git",
25-
from: "1.4.1"
25+
from: "1.5.5"
2626
),
2727
.package(
2828
name: "AppsFlyerLib",
2929
url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework",
30-
from: "6.10.0"
30+
from: "6.13.1"
3131
)
3232
],
3333
targets: [

0 commit comments

Comments
 (0)