Skip to content

Commit ff75f45

Browse files
committed
chore: Updated NextcloudKit dependency to version 7.2.3.
Signed-off-by: Iva Horn <iva.horn@nextcloud.com>
1 parent de71e05 commit ff75f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
],
2020
dependencies: [
2121
.package(url: "https://github.com/nextcloud/NextcloudCapabilitiesKit.git", from: "2.3.0"),
22-
.package(url: "https://github.com/nextcloud/NextcloudKit", exact: "7.2.2"),
22+
.package(url: "https://github.com/nextcloud/NextcloudKit", from: "7.2.3"),
2323
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.0"),
2424
.package(url: "https://github.com/realm/realm-swift.git", from: "20.0.1"),
2525
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0")

0 commit comments

Comments
 (0)