diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 1df7eb21d..cc5940d4f 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens", "state" : { - "revision" : "5c2d7e88eba47fbb2128255dbd403ea541478041", - "version" : "8.0.0" + "revision" : "c6945b4c7948fc52c95d598ed53779b3bba03fad", + "version" : "9.0.0" } }, { diff --git a/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved b/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved index 425f7f449..addafb73b 100644 --- a/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens.git", "state" : { - "revision" : "5c2d7e88eba47fbb2128255dbd403ea541478041", - "version" : "8.0.0" + "revision" : "c6945b4c7948fc52c95d598ed53779b3bba03fad", + "version" : "9.0.0" } }, { diff --git a/compound-ios/Package.resolved b/compound-ios/Package.resolved index 8d92eaf42..a7823ea28 100644 --- a/compound-ios/Package.resolved +++ b/compound-ios/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens", "state" : { - "revision" : "5c2d7e88eba47fbb2128255dbd403ea541478041", - "version" : "8.0.0" + "revision" : "c6945b4c7948fc52c95d598ed53779b3bba03fad", + "version" : "9.0.0" } }, { diff --git a/compound-ios/Package.swift b/compound-ios/Package.swift index 535222ca9..13b6fbfb0 100644 --- a/compound-ios/Package.swift +++ b/compound-ios/Package.swift @@ -9,7 +9,7 @@ let package = Package( .library(name: "Compound", targets: ["Compound"]) ], dependencies: [ - .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "8.0.0"), + .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "9.0.0"), // .package(path: "../compound-design-tokens"), .package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "26.0.1"), .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "7.0.0"),