mirror of
https://github.com/ProtonMail/protoncore_ios.git
synced 2026-01-16 23:00:24 +00:00
Upgrade swift snapshot testing
Refs: https://gitlab.protontech.ch/apple/shared/protoncore/-/merge_requests/1548
This commit is contained in:
commit
4b3a6bf269
4 changed files with 26 additions and 8 deletions
|
|
@ -8166,7 +8166,7 @@
|
|||
repositoryURL = "https://github.com/pointfreeco/swift-snapshot-testing";
|
||||
requirement = {
|
||||
kind = upToNextMajorVersion;
|
||||
minimumVersion = 1.10.0;
|
||||
minimumVersion = 1.15.0;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
|
|
|||
|
|
@ -32,8 +32,17 @@
|
|||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
|
||||
"state" : {
|
||||
"revision" : "dc46eeb3928a75390651fac6c1ef7f93ad59a73b",
|
||||
"version" : "1.11.1"
|
||||
"revision" : "4862d48562483d274a2ac7522d905c9237a31a48",
|
||||
"version" : "1.15.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "swift-syntax",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/apple/swift-syntax.git",
|
||||
"state" : {
|
||||
"revision" : "6ad4ea24b01559dde0773e3d091f1b9e36175036",
|
||||
"version" : "509.0.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -41,8 +41,8 @@
|
|||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/krzyzanowskim/CryptoSwift",
|
||||
"state" : {
|
||||
"revision" : "32f641cf24fc7abc1c591a2025e9f2f572648b0f",
|
||||
"version" : "1.7.2"
|
||||
"revision" : "db51c407d3be4a051484a141bf0bff36c43d3b1e",
|
||||
"version" : "1.8.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -131,8 +131,17 @@
|
|||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
|
||||
"state" : {
|
||||
"revision" : "dc46eeb3928a75390651fac6c1ef7f93ad59a73b",
|
||||
"version" : "1.11.1"
|
||||
"revision" : "4862d48562483d274a2ac7522d905c9237a31a48",
|
||||
"version" : "1.15.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "swift-syntax",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/apple/swift-syntax.git",
|
||||
"state" : {
|
||||
"revision" : "6ad4ea24b01559dde0773e3d091f1b9e36175036",
|
||||
"version" : "509.0.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1954,7 +1954,7 @@ let package = Package(
|
|||
),
|
||||
.package(
|
||||
url: "https://github.com/pointfreeco/swift-snapshot-testing",
|
||||
from: "1.10.0"
|
||||
from: "1.15.0"
|
||||
),
|
||||
.package(
|
||||
url: "https://github.com/tannerdsilva/SwiftBCrypt.git",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue