Skip to content

Commit 624b973

Browse files
committed
Unhide dependencies
1 parent 1970ce8 commit 624b973

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Package.swift

+12-12
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ let package = Package(
3939
.package(url: "https://github.com/RxSwiftCommunity/RxOptional", .upToNextMajor(from: "4.1.0")),
4040
.package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.7.1")),
4141
// Development
42-
// .package(url: "https://github.com/Quick/Nimble", .branch("master")), // dev
43-
// .package(url: "https://github.com/mattgallagher/CwlPreconditionTesting", .branch("master")), // dev
44-
// .package(url: "https://github.com/minuscorp/ModuleInterface", from: "0.0.1"), // dev
45-
// .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.35.8"), // dev
46-
// .package(url: "https://github.com/jpsim/SourceKitten", from: "0.26.0"), // dev
47-
// .package(url: "https://github.com/shibapm/Rocket", from: "0.4.0"), // dev
48-
// .package(url: "https://github.com/Realm/SwiftLint", from: "0.35.0"), // dev
49-
// .package(url: "https://github.com/eneko/SourceDocs", from: "0.6.1"), // dev
50-
// .package(url: "https://github.com/shibapm/PackageConfig.git", from: "0.12.2"), // dev
51-
// .package(url: "https://github.com/shibapm/Komondor.git", from: "1.0.0"), // dev
52-
// .package(url: "https://github.com/Carthage/Commandant.git", .exact("0.17.0")), // dev
42+
.package(url: "https://github.com/Quick/Nimble", .branch("master")), // dev
43+
.package(url: "https://github.com/mattgallagher/CwlPreconditionTesting", .branch("master")), // dev
44+
.package(url: "https://github.com/minuscorp/ModuleInterface", from: "0.0.1"), // dev
45+
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.35.8"), // dev
46+
.package(url: "https://github.com/jpsim/SourceKitten", from: "0.26.0"), // dev
47+
.package(url: "https://github.com/shibapm/Rocket", from: "0.4.0"), // dev
48+
.package(url: "https://github.com/Realm/SwiftLint", from: "0.35.0"), // dev
49+
.package(url: "https://github.com/eneko/SourceDocs", from: "0.6.1"), // dev
50+
.package(url: "https://github.com/shibapm/PackageConfig.git", from: "0.12.2"), // dev
51+
.package(url: "https://github.com/shibapm/Komondor.git", from: "1.0.0"), // dev
52+
.package(url: "https://github.com/Carthage/Commandant.git", .exact("0.17.0")), // dev
5353
],
5454
targets: [
5555
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -74,7 +74,7 @@ let package = Package(
7474
name: "MiniPromises",
7575
dependencies: ["Mini"]
7676
),
77-
// .testTarget(name: "MiniSwiftTests", dependencies: ["Mini", "MiniTasks", "MiniPromises", "TestMiddleware", "NIOConcurrencyHelpers", "RxSwift", "Nimble", "RxTest", "RxBlocking", "RxOptional"]), // dev
77+
.testTarget(name: "MiniSwiftTests", dependencies: ["Mini", "MiniTasks", "MiniPromises", "TestMiddleware", "NIOConcurrencyHelpers", "RxSwift", "Nimble", "RxTest", "RxBlocking", "RxOptional"]), // dev
7878
],
7979
swiftLanguageVersions: [.version("5")]
8080
)

0 commit comments

Comments
 (0)