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 d99518d commit c0f8f91Copy full SHA for c0f8f91
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: "2.8.0"),
17
- .package(url: "https://github.com/BatchLabs/Batch-iOS-SDK", from: "1.17.0"),
+ .package(url: "https://github.com/mixpanel/mixpanel-swift", from: "4.1.0"),
+ .package(url: "https://github.com/BatchLabs/Batch-iOS-SDK", from: "1.20.0"),
18
19
targets: [
20
.target(
@@ -23,4 +23,4 @@ let package = Package(
23
path: "BatchMixpanelSwiftDispatcher/Classes"
24
),
25
]
26
-)
+)
0 commit comments