Skip to content

Commit

Permalink
Update Swift
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and stefanceriu committed Oct 23, 2024
1 parent 4535fa1 commit 4b44df2
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: "1.8.0"),
.package(url: "https://github.com/element-hq/compound-design-tokens", exact: "1.9.0"),
.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", from: "1.17.5")
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.6")
],
targets: [
.target(
Expand Down

0 comments on commit 4b44df2

Please sign in to comment.