Skip to content

Commit

Permalink
Update SwiftUI Introspect to 1.0 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman authored Sep 13, 2023
1 parent 8412ff5 commit 717df92
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 @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/siteline/swiftui-introspect",
"state" : {
"revision" : "1136c9a348329887844de9353107c787becc675b",
"version" : "0.11.0"
"revision" : "3ba734dd20faada0e3234b68e78db97005315f0e",
"version" : "1.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
// MARK: Dependencies

package.dependencies = [
.package(url: "https://github.com/siteline/swiftui-introspect", from: "0.8.0"),
.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
]
Expand Down

0 comments on commit 717df92

Please sign in to comment.