Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeWeidmann committed Jan 17, 2024
1 parent 3f0ba54 commit 5e3b34a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,25 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Infomaniak/ios-core",
"state" : {
"revision" : "1ec38915366434b250a50573be12568f022f255e"
"revision" : "e1b7e481248aefe5c43ec5f33295285719a018cf"
}
},
{
"identity" : "ios-core-ui",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Infomaniak/ios-core-ui",
"state" : {
"revision" : "2ade7b9cfc5942d1126570b40a6680e4ffcff105",
"version" : "3.0.0"
"revision" : "400b26b6a266bb9206ad4eade1231a9f264e98e7",
"version" : "4.0.0"
}
},
{
"identity" : "ios-create-account",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Infomaniak/ios-create-account",
"state" : {
"revision" : "6e0c03e842b39454a8a1c17391fe81790c587f86",
"version" : "2.0.0"
"revision" : "233986fce330fdc588d3e5155500b703f9748539",
"version" : "3.0.0"
}
},
{
Expand All @@ -76,8 +76,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Infomaniak/ios-login",
"state" : {
"revision" : "ba2e72bc84a673d4e1626f898419da82b54baefb",
"version" : "5.0.0"
"revision" : "904c1ac39b4db56212302b464a0b2e023d9b5791",
"version" : "6.0.0"
}
},
{
Expand Down
8 changes: 4 additions & 4 deletions Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ import ProjectDescriptionHelpers
let project = Project(name: "Mail",
packages: [
.package(url: "https://github.com/apple/swift-algorithms", .upToNextMajor(from: "1.2.0")),
.package(url: "https://github.com/Infomaniak/ios-login", .upToNextMajor(from: "5.0.0")),
.package(url: "https://github.com/Infomaniak/ios-login", .upToNextMajor(from: "6.0.0")),
.package(url: "https://github.com/Infomaniak/ios-dependency-injection", .upToNextMajor(from: "2.0.0")),
.package(url: "https://github.com/Infomaniak/swift-concurrency", .upToNextMajor(from: "0.0.4")),
.package(
url: "https://github.com/Infomaniak/ios-core",
.revision("1ec38915366434b250a50573be12568f022f255e")
.revision("e1b7e481248aefe5c43ec5f33295285719a018cf")
),
.package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "3.0.0")),
.package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "4.0.0")),
.package(url: "https://github.com/Infomaniak/ios-notifications", .upToNextMajor(from: "3.0.0")),
.package(url: "https://github.com/Infomaniak/ios-create-account", .upToNextMajor(from: "2.0.0")),
.package(url: "https://github.com/Infomaniak/ios-create-account", .upToNextMajor(from: "3.0.0")),
.package(url: "https://github.com/Infomaniak/ios-bug-tracker", .upToNextMajor(from: "2.0.0")),
.package(url: "https://github.com/Infomaniak/SQRichTextEditor", .upToNextMajor(from: "1.1.1")),
.package(url: "https://github.com/Infomaniak/SwiftSoup", .upToNextMajor(from: "1.1.0")),
Expand Down

0 comments on commit 5e3b34a

Please sign in to comment.