Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move off of deprecated APIs for package dependencies #5

Merged
merged 1 commit into from
May 7, 2024

Conversation

dfed
Copy link

@dfed dfed commented Apr 29, 2024

Fixes the following warnings:

warning: 'cdp-analytics-swift': /Package.swift:24:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(url: "https://github.com/segmentio/sovran-swift.git", .exact("1.1.1")),
         ^
/Package.swift:24:73: warning: 'exact' is deprecated
        .package(url: "https://github.com/segmentio/sovran-swift.git", .exact("1.1.1")),
                                                                        ^
/Package.swift:25:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(url: "https://github.com/segmentio/jsonsafeencoding-swift.git", .exact("2.0.0"))
         ^
/Package.swift:25:83: warning: 'exact' is deprecated
        .package(url: "https://github.com/segmentio/jsonsafeencoding-swift.git", .exact("2.0.0"))
                                                                                  ^

No functional changes.

Copy link
Collaborator

@Shahroz16 Shahroz16 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this.!

@Shahroz16 Shahroz16 merged commit 2398277 into customerio:main May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants