Skip to content

Commit

Permalink
Update Package.swift #158
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Jan 4, 2022
1 parent 855e11b commit 3562138
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 @@ -11,7 +11,7 @@ let package = Package(
.library(name: "BrightroomUI", targets: ["BrightroomUI"]),
],
dependencies: [
.package(url: "https://github.com/VergeGroup/Verge.git", from: "8.8.0"),
.package(name: "Verge", url: "https://github.com/VergeGroup/Verge.git", from: "8.8.0"),
.package(url: "https://github.com/muukii/TransitionPatch.git", from: "1.0.3")
],
targets: [
Expand Down

0 comments on commit 3562138

Please sign in to comment.