We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 042cdaf + 776e0c0 commit a7de576Copy full SHA for a7de576
Package.swift
@@ -15,7 +15,7 @@ let package = Package(name: "RxRealm",
15
16
dependencies: [
17
// Dependencies declare other packages that this package depends on.
18
- .package(url: "https://github.com/realm/realm-cocoa.git", .upToNextMajor(from: "10.21.1")),
+ .package(url: "https://github.com/realm/realm-swift.git", .upToNextMajor(from: "10.21.1")),
19
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "6.5.0"))
20
],
21
0 commit comments