Skip to content

Commit

Permalink
Merge pull request #183 from marcuswu0814/main
Browse files Browse the repository at this point in the history
Adjust denpendency url
  • Loading branch information
JoeMatt authored Mar 9, 2022
2 parents 042cdaf + 776e0c0 commit a7de576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(name: "RxRealm",

dependencies: [
// Dependencies declare other packages that this package depends on.
.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")),
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "6.5.0"))
],

Expand Down

0 comments on commit a7de576

Please sign in to comment.