Skip to content

Commit 3d711f2

Browse files
chore: Bump SwiftSoup to 1.3.0 (#1616)
2 parents dc6ed92 + 44e0ab0 commit 3d711f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Tuist/Package.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@
311311
"kind" : "remoteSourceControl",
312312
"location" : "https://github.com/Infomaniak/SwiftSoup",
313313
"state" : {
314-
"revision" : "6ebcbe3c5598e52303884dd5ba32eed1f3c96b0b",
315-
"version" : "1.2.0"
314+
"revision" : "411f38a50587ae27544c8dca1d9881871d402b93",
315+
"version" : "1.3.0"
316316
}
317317
},
318318
{

Tuist/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ let package = Package(
3333
.package(url: "https://github.com/Infomaniak/ios-version-checker", .upToNextMajor(from: "7.0.0")),
3434
.package(url: "https://github.com/Infomaniak/ios-onboarding", .upToNextMajor(from: "1.1.0")),
3535
.package(url: "https://github.com/Infomaniak/swift-modal-presentation", .upToNextMajor(from: "1.0.0")),
36-
.package(url: "https://github.com/Infomaniak/SwiftSoup", .upToNextMajor(from: "1.1.0")),
36+
.package(url: "https://github.com/Infomaniak/SwiftSoup", .upToNextMajor(from: "1.3.0")),
3737
.package(url: "https://github.com/ProxymanApp/atlantis", .upToNextMajor(from: "1.21.0")),
3838
.package(url: "https://github.com/Alamofire/Alamofire", .upToNextMajor(from: "5.2.2")),
3939
.package(url: "https://github.com/CocoaLumberjack/CocoaLumberjack", .upToNextMajor(from: "3.7.0")),

0 commit comments

Comments
 (0)