Updated introspect dependency

This commit is contained in:
Casper Zandbergen 2020-11-30 22:42:06 +01:00
parent 53d0ad2e1d
commit 0f28f92105
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(name: "Introspect", url: "https://github.com/timbersoftware/SwiftUI-Introspect.git", .branch("master"))
.package(name: "Introspect", url: "https://github.com/timbersoftware/SwiftUI-Introspect.git", .upToNextMajor(from: "0.1.0"))
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.