Skip to content

Commit

Permalink
chore: Bump ios-core
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-coye committed Jan 15, 2024
1 parent f86fd6e commit 140293f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Infomaniak/ios-core",
"state" : {
"revision" : "f0442baed7595fbd59119e5ae2ddcd82fee3832b",
"version" : "4.1.11"
"revision" : "360cd7a262621a9bbd91200909e75a94adab6dab",
"version" : "5.0.0"
}
},
{
Expand All @@ -41,8 +41,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/onevcat/Kingfisher",
"state" : {
"revision" : "c1f60c63f356d364f4284ba82961acbe7de79bcc",
"version" : "7.8.1"
"revision" : "3ec0ab0bca4feb56e8b33e289c9496e89059dd08",
"version" : "7.10.2"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ let package = Package(
targets: ["InfomaniakCoreUI"]),
],
dependencies: [
.package(url: "https://github.com/Infomaniak/ios-core", .upToNextMajor(from: "4.1.11")),
.package(url: "https://github.com/Infomaniak/ios-core", .upToNextMajor(from: "5.0.0")),
.package(url: "https://github.com/Infomaniak/LocalizeKit", .upToNextMajor(from: "1.0.1")),
.package(url: "https://github.com/Infomaniak/SnackBar.swift", .upToNextMajor(from: "1.0.0")),
.package(url: "https://github.com/onevcat/Kingfisher", .upToNextMajor(from: "7.0.0")),
.package(url: "https://github.com/Infomaniak/SnackBar.swift", .upToNextMajor(from: "1.1.0")),
.package(url: "https://github.com/onevcat/Kingfisher", .upToNextMajor(from: "7.10.0")),
.package(url: "https://github.com/matomo-org/matomo-sdk-ios", .upToNextMajor(from: "7.5.2"))
],
targets: [
Expand Down

0 comments on commit 140293f

Please sign in to comment.