Skip to content

Commit 26c6cac

Browse files
authored
Merge pull request #94 from nextcloud/bugfix/nckit-broken
Pin NextcloudKit to 6.0.9
2 parents 1b4b156 + c894a6e commit 26c6cac

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

0 commit comments

Comments
 (0)