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 f77a1e4 commit 034f2aaCopy full SHA for 034f2aa
Tuist/Package.swift
@@ -28,7 +28,7 @@ let package = Package(
28
.package(url: "https://github.com/firebase/firebase-ios-sdk", "10.28.0" ..< "10.28.1"),
29
.package(url: "https://github.com/Kitura/Swift-JWT", from: "4.0.1"),
30
.package(url: "https://github.com/kean/Nuke", from: "12.8.0"),
31
- .package(url: "https://github.com/scinfu/SwiftSoup", from: "2.7.4"),
+ .package(url: "https://github.com/scinfu/SwiftSoup", "2.7.0" ..< "2.7.5"),
32
.package(url: "https://github.com/kakao/kakao-ios-sdk", from: "2.22.5")
33
]
34
)
0 commit comments