Skip to content

Commit

Permalink
Use tag for unidays/analytics-ios dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jacao authored Feb 13, 2024
1 parent 72d12de commit 9f85b3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ let package = Package(
dependencies: [
.package(
name: "Segment",
url: "https://github.com/MyUNiDAYS/analytics-ios.git",
.revision("508ec32e151eae684240a2ed908b99d0a158c687")
url: "https://github.com/MyUNiDAYS/analytics-ios",
.exact("4.1.6-unidays-tag-1")
),
.package(
name: "Firebase",
url: "https://github.com/firebase/firebase-ios-sdk.git",
.exact("10.19.0")
url: "https://github.com/firebase/firebase-ios-sdk",
.exact("10.19.0")
),
],
targets: [
Expand Down

0 comments on commit 9f85b3e

Please sign in to comment.