diff --git a/Package.resolved b/Package.resolved index d93a6ea..ee0c090 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } }, { diff --git a/Package.swift b/Package.swift index feaead5..d2d08fd 100644 --- a/Package.swift +++ b/Package.swift @@ -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: [ diff --git a/Sources/Scribe/Plugins/ScribePlugin.swift b/Sources/Scribe/Plugins/ScribePlugin.swift index 84e53f0..ecf3405 100644 --- a/Sources/Scribe/Plugins/ScribePlugin.swift +++ b/Sources/Scribe/Plugins/ScribePlugin.swift @@ -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 {}