Skip to content

Commit

Permalink
Remove o from package
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Mar 29, 2023
1 parent 8abf60e commit 9df54ec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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(
Expand Down

0 comments on commit 9df54ec

Please sign in to comment.