diff --git a/Package.swift b/Package.swift index 5327e18..b372e01 100644 --- a/Package.swift +++ b/Package.swift @@ -15,7 +15,7 @@ let package = Package( targets: ["ScalingHeaderScrollView"]), ], dependencies: [ - .package(url: "https://github.com/siteline/swiftui-introspect", from: "1.0.0"), + .package(url: "https://github.com/siteline/swiftui-introspect", from: "1.3.0"), ], targets: [ .target( diff --git a/ScalingHeaderScrollView.xcodeproj/project.pbxproj b/ScalingHeaderScrollView.xcodeproj/project.pbxproj index 29abfcd..bef260f 100644 --- a/ScalingHeaderScrollView.xcodeproj/project.pbxproj +++ b/ScalingHeaderScrollView.xcodeproj/project.pbxproj @@ -390,7 +390,7 @@ repositoryURL = "https://github.com/siteline/SwiftUI-Introspect"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 1.0.0; + minimumVersion = 1.3.0; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/ScalingHeaderScrollView.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ScalingHeaderScrollView.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index e9c46cf..99c664e 100644 --- a/ScalingHeaderScrollView.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ScalingHeaderScrollView.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,14 +1,15 @@ { + "originHash" : "2794040049707bafa2a9bec79b485cba8bf59f5622c1ec745245b2b23dac011c", "pins" : [ { "identity" : "swiftui-introspect", "kind" : "remoteSourceControl", "location" : "https://github.com/siteline/SwiftUI-Introspect", "state" : { - "revision" : "3ba734dd20faada0e3234b68e78db97005315f0e", - "version" : "1.0.0" + "revision" : "807f73ce09a9b9723f12385e592b4e0aaebd3336", + "version" : "1.3.0" } } ], - "version" : 2 + "version" : 3 }