Skip to content

Commit 717df92

Browse files
authored
Update SwiftUI Introspect to 1.0 (#101)
1 parent 8412ff5 commit 717df92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
// MARK: Dependencies
1616

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

0 commit comments

Comments
 (0)