Skip to content

Commit 034f2aa

Browse files
committed
[fix] SwiftSoup 버전 수정
- 2.7.4까지 PrivacyInfo file이 있는데 이후에 버전에서는 삭제가 되었음 from으로 설정하다보니 뒷버전이 실제 ci 구동시에는 2.7.6버전으로 받아와져서 수정함
1 parent f77a1e4 commit 034f2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tuist/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let package = Package(
2828
.package(url: "https://github.com/firebase/firebase-ios-sdk", "10.28.0" ..< "10.28.1"),
2929
.package(url: "https://github.com/Kitura/Swift-JWT", from: "4.0.1"),
3030
.package(url: "https://github.com/kean/Nuke", from: "12.8.0"),
31-
.package(url: "https://github.com/scinfu/SwiftSoup", from: "2.7.4"),
31+
.package(url: "https://github.com/scinfu/SwiftSoup", "2.7.0" ..< "2.7.5"),
3232
.package(url: "https://github.com/kakao/kakao-ios-sdk", from: "2.22.5")
3333
]
3434
)

0 commit comments

Comments
 (0)