Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion authored Aug 28, 2024
1 parent 7920c7a commit b8fea31
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 @@ -41,8 +41,8 @@ let package = Package(
.library(name: "SublimationNgrok", targets: ["SublimationNgrok"])
],
dependencies: [
.package(url: "https://github.com/brightdigit/Sublimation", branch: "32-swift-service-lifecycle-ci"),
.package(url: "https://github.com/brightdigit/Ngrokit", branch: "v1.0.0")
.package(url: "https://github.com/brightdigit/Sublimation", from: "2.0.0-alpha.5"),
.package(url: "https://github.com/brightdigit/Ngrokit", from: "1.0.0")
],
targets: [
.target(
Expand Down

0 comments on commit b8fea31

Please sign in to comment.