We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3059a84 commit 82f3e6aCopy full SHA for 82f3e6a
Package.swift
@@ -13,8 +13,8 @@ let package = Package(
13
targets: ["BatchMixpanelSwiftDispatcher"]),
14
],
15
dependencies: [
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"),
+ .package(url: "https://github.com/mixpanel/mixpanel-swift", from: "4.3.0"),
+ .package(url: "https://github.com/BatchLabs/Batch-iOS-SDK", from: "2.0.0"),
18
19
targets: [
20
.target(
0 commit comments