Skip to content

Commit

Permalink
Update dependencies (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman authored Sep 13, 2023
1 parent ea55f24 commit c44c4fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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/pointfreeco/swift-custom-dump",
"state" : {
"revision" : "4a87bb75be70c983a9548597e8783236feb3401e",
"version" : "0.11.1"
"revision" : "edd66cace818e1b1c6f1b3349bb1d8e00d6f8b01",
"version" : "1.0.0"
}
},
{
Expand All @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay",
"state" : {
"revision" : "50843cbb8551db836adec2290bb4bc6bac5c1865",
"version" : "0.9.0"
"revision" : "23cbf2294e350076ea4dbd7d5d047c1e76b03631",
"version" : "1.0.2"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(

package.dependencies = [
.package(url: "https://github.com/siteline/swiftui-introspect", from: "1.0.0"),
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "0.10.3"), // dev
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "0.8.5"), // dev
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.0.0"), // dev
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.0.0"), // dev
]

let SwiftUIIntrospect: Target.Dependency = .product(
Expand Down

0 comments on commit c44c4fb

Please sign in to comment.