Skip to content

Commit

Permalink
chore: Update core (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeWeidmann committed Feb 27, 2024
1 parent 4d72adb commit 9a6951a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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" : "4c8f7af2c3d8adba9336a99d3b6c754087ff0076"
"revision" : "7d9c15d8876c65a851ded660d700df1ddf4e3c03"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let project = Project(name: "Mail",
.package(url: "https://github.com/Infomaniak/swift-concurrency", .upToNextMajor(from: "0.0.4")),
.package(
url: "https://github.com/Infomaniak/ios-core",
.revision("4c8f7af2c3d8adba9336a99d3b6c754087ff0076")
.revision("7d9c15d8876c65a851ded660d700df1ddf4e3c03")
),
.package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "4.1.0")),
.package(url: "https://github.com/Infomaniak/ios-notifications", .upToNextMajor(from: "3.0.0")),
Expand Down

0 comments on commit 9a6951a

Please sign in to comment.