Skip to content

Commit

Permalink
Merge pull request #5 from SwiftRex/MiddlewareIO
Browse files Browse the repository at this point in the history
Update SwiftRex to use Middleware IO
  • Loading branch information
luizmb committed Nov 30, 2021
2 parents 98233b4 + 0445f38 commit 6f1189c
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 @@ -12,7 +12,7 @@ let package = Package(
.library(name: "ReachabilityMiddleware", targets: ["ReachabilityMiddleware"])
],
dependencies: [
.package(url: "https://github.com/SwiftRex/SwiftRex.git", from: "0.8.4")
.package(url: "https://github.com/SwiftRex/SwiftRex.git", from: "0.8.8")
],
targets: [
.target(name: "ReachabilityMiddleware", dependencies: ["CombineRex"]),
Expand Down

0 comments on commit 6f1189c

Please sign in to comment.