Skip to content

Commit

Permalink
Update SwiftRex and deps (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizmb authored Jan 11, 2021
1 parent b8aaaa5 commit d4cde27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@
"repositoryURL": "https://github.com/ReactiveCocoa/ReactiveSwift.git",
"state": {
"branch": null,
"revision": "2260221e19eb024382a1b20cdd2c8adc4f48f8b8",
"version": "6.4.0"
"revision": "e03cda84105ba707de039b757e2b2de868c65a3e",
"version": "6.5.0"
}
},
{
"package": "RxSwift",
"repositoryURL": "https://github.com/ReactiveX/RxSwift.git",
"state": {
"branch": null,
"revision": "002d325b0bdee94e7882e1114af5ff4fe1e96afa",
"version": "5.1.1"
"revision": "c8742ed97fc2f0c015a5ea5eddefb064cd7532d2",
"version": "6.0.0"
}
},
{
"package": "SwiftRex",
"repositoryURL": "https://github.com/SwiftRex/SwiftRex.git",
"state": {
"branch": null,
"revision": "2f91b0c3e4d8ec0f65b1c3951b68307345835fe2",
"version": "0.7.5"
"revision": "c42e1b97117e43a4ab39d3d83ae9a3a54ee860b6",
"version": "0.8.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(name: "SwiftRex", url: "https://github.com/SwiftRex/SwiftRex.git", .upToNextMajor(from: "0.7.1")),
.package(name: "SwiftRex", url: "https://github.com/SwiftRex/SwiftRex.git", .upToNextMajor(from: "0.8.1")),
.package(url: "https://github.com/teufelaudio/FoundationExtensions.git", .upToNextMajor(from: "0.1.4"))
],
targets: [
Expand Down

0 comments on commit d4cde27

Please sign in to comment.