Skip to content

Commit

Permalink
fix(realm): bump realm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig authored and cci-rmirza committed Jul 16, 2020
1 parent a5abea1 commit d03bb90
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,17 @@
"repositoryURL": "https://github.com/realm/realm-cocoa.git",
"state": {
"branch": null,
"revision": "fa43b8e2909334c79f233ce472332c136ca108da",
"version": "4.4.1"
"revision": "20091eb21fa0e72b031750a9df158e487b02defd",
"version": "5.3.0"
}
},
{
"package": "RealmCore",
"repositoryURL": "https://github.com/realm/realm-core",
"state": {
"branch": null,
"revision": "35662ff940e340bf630ad1d1d88acfc7af18bee6",
"version": "5.23.8"
"revision": "38307ec3665c2bcd39bfe6425b598332ed87d69f",
"version": "6.0.9"
}
},
{
Expand Down Expand Up @@ -150,8 +150,8 @@
"repositoryURL": "https://github.com/RxSwiftCommunity/RxRealm",
"state": {
"branch": null,
"revision": "70188d79fe2eb19b5013dd1deae33e9e53f10e76",
"version": "2.0.0"
"revision": "4dcae40562b5a086dd4711fa8a596be0436dc474",
"version": "3.1.0"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import PackageDescription

let rxDependencies: [Package.Dependency] = [
.package(url: "https://github.com/rxswiftcommunity/rxflow", from: "2.7.0"),
.package(url: "https://github.com/rxswiftcommunity/rxflow", from: "2.9.0"),
.package(url: "https://github.com/sunshinejr/Moya-ModelMapper", from: "10.0.0"),
.package(url: "https://github.com/RxSwiftCommunity/RxRealm", from: "2.0.0"),
.package(url: "https://github.com/RxSwiftCommunity/RxRealm", from: "3.1.0"),
.package(url: "https://github.com/RxSwiftCommunity/RxDataSources", from: "4.0.1"),
.package(url: "https://github.com/RxSwiftCommunity/RxGesture", from: "3.0.3")
]
Expand All @@ -27,7 +27,7 @@ let package = Package(
.package(url: "https://github.com/airbnb/lottie-ios", from: "3.1.5"),
.package(url: "https://github.com/devicekit/DeviceKit", from: "2.3.0"),
.package(url: "https://github.com/evgenyneu/keychain-swift", from: "19.0.0"),
.package(url: "https://github.com/bizz84/SwiftyStoreKit", from: "0.15.0"),
.package(url: "https://github.com/bizz84/SwiftyStoreKit", from: "0.16.0"),
.package(url: "https://github.com/marmelroy/Localize-Swift", from: "3.1.0"),
.package(url: "https://github.com/AliSoftware/Reusable", from: "4.1.1"),
.package(url: "https://github.com/ashleymills/Reachability.swift", from: "5.0.0"),
Expand Down

0 comments on commit d03bb90

Please sign in to comment.