Skip to content

Commit

Permalink
revert AsyncExtensions change
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbzurovski committed Sep 24, 2024
1 parent aa386a6 commit b1c74bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/sideeffect-io/AsyncExtensions",
"state" : {
"revision" : "1f0729e4f1f6c7166acfac3cec43b3cbe83be0e6",
"version" : "0.5.2"
"revision" : "3442d3d046800f1974bda096faaf0ac510b21154",
"version" : "0.5.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ let package = Package(
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON", from: "5.0.2"),

// Multicast / Share of notifications in EventBus
.package(url: "https://github.com/sideeffect-io/AsyncExtensions", exact: "0.5.2"),
.package(url: "https://github.com/sideeffect-io/AsyncExtensions", exact: "0.5.3"),
],
targets: [
binaryTarget,
Expand Down

0 comments on commit b1c74bf

Please sign in to comment.