Skip to content

Commit

Permalink
Merge pull request #999 from Infomaniak/bump-dependencies
Browse files Browse the repository at this point in the history
chore: Upgrade dependencies
  • Loading branch information
Lnamw committed Sep 27, 2023
2 parents a9c4c7c + 527bd63 commit 380973f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Infomaniak/ios-core",
"state" : {
"revision" : "73a982d892ce19966f7393f2093a1f0cc7731838"
"revision" : "307e6cb8da9ad0cf02aa3502492596c082d5247d"
}
},
{
Expand Down Expand Up @@ -157,26 +157,26 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-core.git",
"state" : {
"revision" : "c04f5e401a1ec682e6b08b1ee157e19a0f834a5f",
"version" : "13.17.1"
"revision" : "f8e1a38a4099785af597ab813ae01f9901858b65",
"version" : "13.21.0"
}
},
{
"identity" : "realm-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-swift",
"state" : {
"revision" : "330a239712af77a3b0926b9ffa9582302a0b9923",
"version" : "10.42.1"
"revision" : "7bde71f2c0754d048fd65a85b9fd09e10bcdd41c",
"version" : "10.42.4"
}
},
{
"identity" : "sentry-cocoa",
"kind" : "remoteSourceControl",
"location" : "https://github.com/getsentry/sentry-cocoa",
"state" : {
"revision" : "12998398eb51e2e8ff7098163fa97d305eee6d87",
"version" : "8.11.0"
"revision" : "0a915b93ff3abee1a9752448e47808334d306980",
"version" : "8.13.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let project = Project(name: "Mail",
.package(url: "https://github.com/Infomaniak/ios-dependency-injection", .upToNextMajor(from: "1.1.6")),
.package(
url: "https://github.com/Infomaniak/ios-core",
.revision("73a982d892ce19966f7393f2093a1f0cc7731838")
.revision("025c5dffa801d0ffe4e55730897466784f42564f")
),
.package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "2.5.3")),
.package(url: "https://github.com/Infomaniak/ios-notifications", .upToNextMajor(from: "3.0.0")),
Expand Down

0 comments on commit 380973f

Please sign in to comment.