Skip to content

Commit

Permalink
fix issue with swift custom dump
Browse files Browse the repository at this point in the history
  • Loading branch information
ferologics committed Apr 4, 2024
1 parent ac5a7b7 commit 6269368
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"repositoryURL": "https://github.com/pointfreeco/swift-custom-dump",
"state": {
"branch": null,
"revision": "21ec1d717c07cea5a026979cb0471dd95c7087e7",
"version": "0.5.0"
"revision": "0a5bff05fe01dcd513932ed338a4efad8268b803",
"version": "0.11.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Visits/Modules/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ let package = Package(
.package(name: "BranchSDK", url: "https://github.com/BranchMetrics/ios-branch-deep-linking-attribution", .exact("3.0.1")),
.package( url: "https://github.com/apple/swift-collections", .exact("1.0.6")),
.package( url: "https://github.com/pointfreeco/swift-composable-architecture", .exact("0.36.0")),
.package( url: "https://github.com/pointfreeco/swift-custom-dump", .exact("0.5.0")),
.package( url: "https://github.com/pointfreeco/swift-custom-dump", .exact("0.11.2")),
.package(name: "HyperTrack", url: "https://github.com/hypertrack/sdk-ios", .exact("5.5.0")),
.package( url: "https://github.com/pointfreeco/swift-nonempty", .exact("0.4.0")),
.package(name: "Sentry", url: "https://github.com/getsentry/sentry-cocoa", .exact("8.18.0")),
Expand Down

0 comments on commit 6269368

Please sign in to comment.