Skip to content

Commit

Permalink
Update to use Plugin 1.1.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif authored Feb 2, 2023
1 parent 5ede594 commit 8b252d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/0xLeif/Plugin",
"state" : {
"revision" : "2663e6f54142d62111129648c17e3b302a0677e9",
"version" : "1.0.0"
"revision" : "2f1af7da956de08da2f6134f699f7d9b55ae495c",
"version" : "1.1.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/apple/swift-log", from: "1.5.2"),
.package(url: "https://github.com/0xLeif/Plugin", from: "1.0.0"),
.package(url: "https://github.com/0xLeif/Plugin", from: "1.1.0"),
.package(url: "https://github.com/0xOpenBytes/o", from: "1.0.0")
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion Sources/Scribe/Plugins/ScribePlugin.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Plugin

/// A protocol that defines a Scribe plugin.
public protocol ScribePlugin: ImmutablePlugin where Source == Scribe, Input == Scribe.PluginPayload {}
public protocol ScribePlugin: ImmutablePlugin where Input == Scribe.PluginPayload {}

0 comments on commit 8b252d8

Please sign in to comment.