Unhide dependencies
This commit is contained in:
parent
ee237eaefc
commit
3fdbdf85ab
|
@ -19,10 +19,10 @@ let package = Package(
|
|||
.package(url: "https://github.com/kareman/SwiftShell", from: "4.1.0"),
|
||||
.package(url: "https://github.com/orta/PackageConfig.git", from: "0.0.1"),
|
||||
// Dev Dependencies for testing.setup
|
||||
// .package(url: "https://github.com/Quick/Nimble", from: "7.3.1"), // dev
|
||||
// .package(url: "https://github.com/f-meloni/TestSpy", from: "0.3.1"), // dev
|
||||
// .package(url: "https://github.com/orta/Komondor.git", from: "1.0.0"), // dev
|
||||
// .package(url: "https://github.com/nicklockwood/SwiftFormat.git", from: "0.35.8"), // dev
|
||||
.package(url: "https://github.com/Quick/Nimble", from: "7.3.1"), // dev
|
||||
.package(url: "https://github.com/f-meloni/TestSpy", from: "0.3.1"), // dev
|
||||
.package(url: "https://github.com/orta/Komondor.git", from: "1.0.0"), // dev
|
||||
.package(url: "https://github.com/nicklockwood/SwiftFormat.git", from: "0.35.8"), // dev
|
||||
],
|
||||
targets: [
|
||||
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
|
||||
|
@ -35,7 +35,7 @@ let package = Package(
|
|||
name: "Rocket",
|
||||
dependencies: ["Yams", "Logger", "PackageConfig", "RocketLib"]
|
||||
),
|
||||
// .testTarget(name: "RocketTests", dependencies: ["RocketLib", "Nimble", "TestSpy"]), // dev
|
||||
.testTarget(name: "RocketTests", dependencies: ["RocketLib", "Nimble", "TestSpy"]), // dev
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue