We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3998e commit 1507e38Copy full SHA for 1507e38
Package.swift
@@ -17,7 +17,7 @@ let package = Package(
17
)
18
],
19
dependencies: [
20
- .package(name: "WebRTC", url: "https://github.com/webrtc-sdk/Specs.git", .exact("114.5735.06")),
+ .package(name: "WebRTC", url: "https://github.com/webrtc-sdk/Specs.git", .exact("114.5735.07")),
21
.package(name: "SwiftProtobuf", url: "https://github.com/apple/swift-protobuf.git", .upToNextMajor(from: "1.21.0")),
22
.package(name: "Promises", url: "https://github.com/google/promises.git", .upToNextMajor(from: "2.2.0")),
23
.package(url: "https://github.com/apple/swift-log.git", .upToNextMajor(from: "1.5.2"))
0 commit comments