Skip to content

Commit

Permalink
Try main
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Apr 6, 2024
1 parent 36dae73 commit d0885e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/swift-cloud/Vercel",
"state" : {
"revision" : "5f0a071e8aec9c93039453cf928d54f2fa53ffb8",
"version" : "2.2.0"
"branch" : "main",
"revision" : "081a50f8d052d39b911af8ee3490488ad4401078"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.macOS(.v12)
],
dependencies: [
.package(url: "https://github.com/swift-cloud/Vercel", from: "2.2.0")
.package(url: "https://github.com/swift-cloud/Vercel", branch: "main")
],
targets: [
.executableTarget(name: "App", dependencies: ["Vercel"])
Expand Down

0 comments on commit d0885e0

Please sign in to comment.