Skip to content

Commit

Permalink
Update Swift
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent f0436aa commit d817b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ let package = Package(
.library(name: "Compound", targets: ["Compound"])
],
dependencies: [
.package(url: "https://github.com/element-hq/compound-design-tokens", exact: "2.1.0"),
.package(url: "https://github.com/element-hq/compound-design-tokens", exact: "2.1.1"),
.package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "1.3.0"),
.package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "5.3.0"),
.package(url: "https://github.com/BarredEwe/Prefire", from: "2.9.0"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", exact: "1.17.5") // Newer require Swift Testing
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", exact: "1.17.6") // Newer require Swift Testing
],
targets: [
.target(
Expand Down

0 comments on commit d817b8e

Please sign in to comment.