Skip to content

Commit

Permalink
Update Publish to main (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptoffy authored Feb 27, 2024
1 parent ef8082f commit 07765f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/johnsundell/publish.git",
"state" : {
"revision" : "1c8ad00d39c985cb5d497153241a2f1b654e0d40",
"version" : "0.9.0"
"branch" : "master",
"revision" : "58e943047882a5a6d8135ae2711be8ba7fba57c4"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ let package = Package(
.executable(
name: "Blog",
targets: ["Blog"]
)
),
],
dependencies: [
.package(url: "https://github.com/johnsundell/publish.git", from: "0.8.0"),
.package(url: "https://github.com/johnsundell/publish.git", branch: "master"),
.package(url: "https://github.com/alexito4/ReadingTimePublishPlugin.git", from: "0.3.0"),
.package(url: "https://github.com/vapor/design.git", branch: "main"),
],
Expand All @@ -24,6 +24,6 @@ let package = Package(
.product(name: "ReadingTimePublishPlugin", package: "ReadingTimePublishPlugin"),
.product(name: "VaporDesign", package: "design"),
]
)
),
]
)

0 comments on commit 07765f7

Please sign in to comment.