Skip to content

Commit 2af78cb

Browse files
committed
fix: Updated NextcloudCapabilitiesKit dependency from 2.3.0 → 2.4.0
Signed-off-by: Iva Horn <iva.horn@nextcloud.com>
1 parent 73b296f commit 2af78cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
),
1919
],
2020
dependencies: [
21-
.package(url: "https://github.com/nextcloud/NextcloudCapabilitiesKit.git", from: "2.3.0"),
21+
.package(url: "https://github.com/nextcloud/NextcloudCapabilitiesKit.git", from: "2.4.0"),
2222
.package(url: "https://github.com/nextcloud/NextcloudKit", from: "7.0.0"),
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"),

0 commit comments

Comments
 (0)