From 3c65bacf14bae368f5d788c27deb23783496e870 Mon Sep 17 00:00:00 2001 From: Doug Date: Wed, 1 Nov 2023 13:58:05 +0000 Subject: [PATCH] Use an exact tag for design tokens as breaking changes are expected. --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 969012f..09904a6 100644 --- a/Package.swift +++ b/Package.swift @@ -9,7 +9,7 @@ let package = Package( .library(name: "Compound", targets: ["Compound"]) ], dependencies: [ - .package(url: "https://github.com/vector-im/compound-design-tokens.git", from: "0.0.7"), + .package(url: "https://github.com/vector-im/compound-design-tokens.git", exact: "0.0.7"), .package(url: "https://github.com/siteline/SwiftUI-Introspect.git", from: "0.9.0"), .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols.git", from: "4.1.1"), .package(url: "https://github.com/BarredEwe/Prefire", from: "1.5.0"),