Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist committed Oct 4, 2024
1 parent 9b287f1 commit 04fba3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
targets: ["TagBarLib"]) // Defines the library product for TagBarLib
],
dependencies: [
.package(url: "https://github.com/sentryco/HybridColor", branch: "main") // Dependency for HybridColor
.package(url: "https://github.com/sentryco/HybridColor.git", branch: "main") // Dependency for HybridColor
],
targets: [
.target(
Expand Down

0 comments on commit 04fba3c

Please sign in to comment.