Skip to content

Commit a7de576

Browse files
authored
Merge pull request #183 from marcuswu0814/main
Adjust denpendency url
2 parents 042cdaf + 776e0c0 commit a7de576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(name: "RxRealm",
1515

1616
dependencies: [
1717
// Dependencies declare other packages that this package depends on.
18-
.package(url: "https://github.com/realm/realm-cocoa.git", .upToNextMajor(from: "10.21.1")),
18+
.package(url: "https://github.com/realm/realm-swift.git", .upToNextMajor(from: "10.21.1")),
1919
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "6.5.0"))
2020
],
2121

0 commit comments

Comments
 (0)