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 8c6e83c commit 3b1cefbCopy full SHA for 3b1cefb
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("104.5112.08")),
+ .package(name: "WebRTC", url: "https://github.com/webrtc-sdk/Specs.git", .exact("104.5112.09")),
21
.package(name: "SwiftProtobuf", url: "https://github.com/apple/swift-protobuf.git", .upToNextMajor(from: "1.20.2")),
22
.package(name: "Promises", url: "https://github.com/google/promises.git", .upToNextMajor(from: "2.0.0")),
23
.package(url: "https://github.com/apple/swift-log.git", .upToNextMajor(from: "1.4.4"))
0 commit comments