@@ -39,17 +39,17 @@ let package = Package(
39
39
. package ( url: " https://github.com/RxSwiftCommunity/RxOptional " , . upToNextMajor( from: " 4.1.0 " ) ) ,
40
40
. package ( url: " https://github.com/apple/swift-nio.git " , . upToNextMajor( from: " 2.7.1 " ) ) ,
41
41
// 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
53
53
] ,
54
54
targets: [
55
55
// 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(
74
74
name: " MiniPromises " ,
75
75
dependencies: [ " Mini " ]
76
76
) ,
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
78
78
] ,
79
79
swiftLanguageVersions: [ . version( " 5 " ) ]
80
80
)
0 commit comments