Skip to content

Commit 38d5a92

Browse files
committed
Use stable NextcloudKit version 5.0.4
Signed-off-by: Claudio Cambra <[email protected]>
1 parent 6491529 commit 38d5a92

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
@@ -21,7 +21,7 @@ let package = Package(
2121
url: "https://github.com/claucambra/NextcloudCapabilitiesKit.git",
2222
.upToNextMajor(from: "2.1.2")
2323
),
24-
.package(url: "https://github.com/nextcloud/NextcloudKit", branch: "develop"),
24+
.package(url: "https://github.com/nextcloud/NextcloudKit", from: "5.0.4"),
2525
.package(url: "https://github.com/realm/realm-swift.git", exact: "10.49.0"),
2626
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0")
2727
],

0 commit comments

Comments
 (0)