Skip to content

Commit

Permalink
Remove .git suffix from dependencies in an attempt to fix ever changi…
Browse files Browse the repository at this point in the history
…ng .resolved files
  • Loading branch information
stefanceriu committed Apr 10, 2024
1 parent 5c8ee9b commit ed63ed5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ let package = Package(
.library(name: "Compound", targets: ["Compound"])
],
dependencies: [
.package(url: "https://github.com/element-hq/compound-design-tokens.git", exact: "1.2.0"),
.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/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/BarredEwe/Prefire", from: "2.0.4"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.13.0")
],
Expand Down

0 comments on commit ed63ed5

Please sign in to comment.