Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
change packege deps
Browse files Browse the repository at this point in the history
  • Loading branch information
karkakol committed Feb 14, 2024
1 parent d860181 commit 9d9f5e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
},
{
"package": "WebRTC",
"repositoryURL": "https://github.com/webrtc-sdk/Specs.git",
"repositoryURL": "https://github.com/jellyfish-dev/ios-webrtc-specs.git",
"state": {
"branch": null,
"revision": "aaef003e42a5ec34c3ff44abc6c352d18e39a278",
"revision": "64919afdbdc80be06cbff916b736c1625c7f628a",
"version": "104.5112.15"
}
},
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
)
],
dependencies: [
.package(name: "WebRTC", url: "https://github.com/webrtc-sdk/Specs.git", .exact("104.5112.15")),
.package(name: "WebRTC", url: "https://github.com/jellyfish-dev/ios-webrtc-specs.git", .exact("104.5112.15")),
.package(
name: "SwiftProtobuf", url: "https://github.com/apple/swift-protobuf.git",
.upToNextMajor(from: "1.18.0")),
Expand Down

0 comments on commit 9d9f5e0

Please sign in to comment.