Skip to content

Commit

Permalink
Merge pull request #563 from Infomaniak/update-dependencies
Browse files Browse the repository at this point in the history
chore: Update dependencies
  • Loading branch information
Ambrdctr authored Feb 8, 2023
2 parents 57a697f + c1b3584 commit 0e0f90f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
{
"identity" : "ios-dependency-injection",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Infomaniak/ios-dependency-injection",
"location" : "https://github.com/Infomaniak/ios-dependency-injection.git",
"state" : {
"revision" : "41a99aeb652d5294355129bfa70d1ea8c17b9980",
"version" : "1.1.10"
Expand Down Expand Up @@ -131,17 +131,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-core.git",
"state" : {
"revision" : "b77443ca7fa25407869ca537bf3ae912b1427bff",
"version" : "12.13.0"
"revision" : "b9467f3ecfead791cc87ab70b4f1c3c290be6ffd",
"version" : "13.4.0"
}
},
{
"identity" : "realm-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-swift",
"state" : {
"revision" : "b1072f3ef733108dfcc62c2001781e5d65605fbf",
"version" : "10.34.1"
"revision" : "2ad431604aebedcb7313e1281c62aee4a98fb99e",
"version" : "10.35.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let project = Project(name: "Mail",
.package(url: "https://github.com/Infomaniak/ios-login.git", .upToNextMajor(from: "4.0.0")),
.package(url: "https://github.com/Infomaniak/ios-dependency-injection", .upToNextMajor(from: "1.1.6")),
.package(url: "https://github.com/Infomaniak/ios-core.git", .branch("mail-di")),
.package(url: "https://github.com/Infomaniak/ios-core-ui.git", .upToNextMajor(from: "2.0.1")),
.package(url: "https://github.com/Infomaniak/ios-core-ui.git", .upToNextMajor(from: "2.0.2")),
.package(url: "https://github.com/ProxymanApp/atlantis", .upToNextMajor(from: "1.3.0")),
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.2.2")),
.package(url: "https://github.com/CocoaLumberjack/CocoaLumberjack.git", .upToNextMajor(from: "3.7.0")),
Expand Down

0 comments on commit 0e0f90f

Please sign in to comment.