From 9df54ecccdebbaa10c126ac53b4a316e43d41e90 Mon Sep 17 00:00:00 2001 From: Leif Date: Wed, 29 Mar 2023 17:44:30 -0600 Subject: [PATCH] Remove o from package --- Package.swift | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index e0137ad..1a3dbfe 100644 --- a/Package.swift +++ b/Package.swift @@ -21,8 +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: "2.0.0"), - .package(url: "https://github.com/0xOpenBytes/o", from: "2.0.0") + .package(url: "https://github.com/0xLeif/Plugin", from: "2.0.0") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. @@ -31,8 +30,7 @@ let package = Package( name: "Scribe", dependencies: [ .product(name: "Logging", package: "swift-log"), - .product(name: "Plugin", package: "Plugin"), - .product(name: "o", package: "o") + .product(name: "Plugin", package: "Plugin") ] ), .testTarget(