Skip to content

Commit c44c4fb

Browse files
authored
Update dependencies (#103)
1 parent ea55f24 commit c44c4fb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ let package = Package(
1616

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

2323
let SwiftUIIntrospect: Target.Dependency = .product(

0 commit comments

Comments
 (0)