Skip to content

Commit 4aa1e16

Browse files
chore: Bump swift-concurrency to 1.0.0 (#1628)
2 parents 163d612 + 3195e4d commit 4aa1e16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Tuist/Package.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{
2222
"identity" : "cocoalumberjack",
2323
"kind" : "remoteSourceControl",
24-
"location" : "https://github.com/CocoaLumberjack/CocoaLumberjack.git",
24+
"location" : "https://github.com/CocoaLumberjack/CocoaLumberjack",
2525
"state" : {
2626
"revision" : "4b8714a7fb84d42393314ce897127b3939885ec3",
2727
"version" : "3.8.5"
@@ -239,8 +239,8 @@
239239
"kind" : "remoteSourceControl",
240240
"location" : "https://github.com/Infomaniak/swift-concurrency",
241241
"state" : {
242-
"revision" : "55fe7541cbfcfb4b73e7836b390e2c566a9ba910",
243-
"version" : "0.0.6"
242+
"revision" : "97ae7c9b998a43812d3f57ae106cb447a853bf3b",
243+
"version" : "1.0.0"
244244
}
245245
},
246246
{

Tuist/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let package = Package(
2424
.package(url: "https://github.com/apple/swift-algorithms", .upToNextMajor(from: "1.2.0")),
2525
.package(url: "https://github.com/Infomaniak/ios-login", .upToNextMajor(from: "7.0.1")),
2626
.package(url: "https://github.com/Infomaniak/ios-dependency-injection", .upToNextMajor(from: "2.0.0")),
27-
.package(url: "https://github.com/Infomaniak/swift-concurrency", .upToNextMajor(from: "0.0.5")),
27+
.package(url: "https://github.com/Infomaniak/swift-concurrency", .upToNextMajor(from: "1.0.0")),
2828
.package(url: "https://github.com/Infomaniak/ios-core", .upToNextMajor(from: "12.8.0")),
2929
.package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "14.0.1")),
3030
.package(url: "https://github.com/Infomaniak/ios-notifications", .upToNextMajor(from: "8.0.0")),

0 commit comments

Comments
 (0)