Skip to content

Commit c0f8f91

Browse files
committed
build: bump dependencies
1 parent d99518d commit c0f8f91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ let package = Package(
1313
targets: ["BatchMixpanelSwiftDispatcher"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/mixpanel/mixpanel-swift", from: "2.8.0"),
17-
.package(url: "https://github.com/BatchLabs/Batch-iOS-SDK", from: "1.17.0"),
16+
.package(url: "https://github.com/mixpanel/mixpanel-swift", from: "4.1.0"),
17+
.package(url: "https://github.com/BatchLabs/Batch-iOS-SDK", from: "1.20.0"),
1818
],
1919
targets: [
2020
.target(
@@ -23,4 +23,4 @@ let package = Package(
2323
path: "BatchMixpanelSwiftDispatcher/Classes"
2424
),
2525
]
26-
)
26+
)

0 commit comments

Comments
 (0)