Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex293 authored and abarisain committed Sep 3, 2024
1 parent 3059a84 commit 82f3e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ let package = Package(
targets: ["BatchMixpanelSwiftDispatcher"]),
],
dependencies: [
.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"),
.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"),
],
targets: [
.target(
Expand Down

0 comments on commit 82f3e6a

Please sign in to comment.