From 66d595fefd6f56c89d674bcd23abb8df16595c8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 10:35:33 +0000 Subject: [PATCH] Update dependency SFSafeSymbols/SFSafeSymbols to v5 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 8a3e8f1..97fd18c 100644 --- a/Package.swift +++ b/Package.swift @@ -11,7 +11,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "1.2.0"), .package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "0.9.0"), - .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "4.1.1"), + .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "5.2.0"), .package(url: "https://github.com/BarredEwe/Prefire", from: "2.0.4"), .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.16.0") ],