Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 952c515

Browse files
committed
Bumped analytics swift & live versions to preserve compat.
1 parent f16971c commit 952c515

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"kind" : "remoteSourceControl",
1515
"location" : "https://github.com/segment-integrations/analytics-swift-live.git",
1616
"state" : {
17-
"revision" : "c9f590123e83287f203180134438a4dcb4869c69",
18-
"version" : "3.1.0"
17+
"revision" : "cbc0568c5b4be6133d0efbb40058382d0112cfda",
18+
"version" : "3.1.1"
1919
}
2020
},
2121
{

Diff for: Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ let package = Package(
1717
],
1818
dependencies: [
1919
// Dependencies declare other packages that this package depends on.
20-
.package(url: "https://github.com/segment-integrations/analytics-swift-live.git", from: "3.1.0"),
21-
.package(url: "https://github.com/segmentio/analytics-swift.git", from: "1.4.7"),
20+
.package(url: "https://github.com/segment-integrations/analytics-swift-live.git", from: "3.1.1"),
21+
.package(url: "https://github.com/segmentio/analytics-swift.git", from: "1.6.2"),
2222
],
2323
targets: [
2424
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)