Skip to content

Commit 9f85b3e

Browse files
authored
Use tag for unidays/analytics-ios dependency
1 parent 72d12de commit 9f85b3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ let package = Package(
88
dependencies: [
99
.package(
1010
name: "Segment",
11-
url: "https://github.com/MyUNiDAYS/analytics-ios.git",
12-
.revision("508ec32e151eae684240a2ed908b99d0a158c687")
11+
url: "https://github.com/MyUNiDAYS/analytics-ios",
12+
.exact("4.1.6-unidays-tag-1")
1313
),
1414
.package(
1515
name: "Firebase",
16-
url: "https://github.com/firebase/firebase-ios-sdk.git",
17-
.exact("10.19.0")
16+
url: "https://github.com/firebase/firebase-ios-sdk",
17+
.exact("10.19.0")
1818
),
1919
],
2020
targets: [

0 commit comments

Comments
 (0)