Skip to content

Commit 19fc816

Browse files
committed
Version v2.0.0
1 parent 7bb0822 commit 19fc816

File tree

2 files changed

+6
-162
lines changed

2 files changed

+6
-162
lines changed

Package.resolved

Lines changed: 0 additions & 153 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ let package = Package(
3131
.package(url: "https://github.com/apple/swift-nio.git", .exact("2.7.1")),
3232
.package(url: "https://github.com/Quick/Nimble.git", .exact("8.0.2")),
3333
// Development
34-
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.35.8"), // dev
35-
.package(url: "https://github.com/jpsim/SourceKitten", .exact("0.25.0")), // dev
36-
.package(url: "https://github.com/shibapm/Rocket", from: "0.4.0"), // dev
37-
.package(url: "https://github.com/Realm/SwiftLint", from: "0.35.0"), // dev
38-
.package(url: "https://github.com/eneko/SourceDocs", from: "0.5.1") // dev
34+
// .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.35.8"), // dev
35+
// .package(url: "https://github.com/jpsim/SourceKitten", .exact("0.25.0")), // dev
36+
// .package(url: "https://github.com/shibapm/Rocket", from: "0.4.0"), // dev
37+
// .package(url: "https://github.com/Realm/SwiftLint", from: "0.35.0"), // dev
38+
// .package(url: "https://github.com/eneko/SourceDocs", from: "0.5.1") // dev
3939
],
4040
targets: [
4141
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -52,10 +52,7 @@ let package = Package(
5252
name: "TestMiddleware",
5353
dependencies: ["Mini"]
5454
),
55-
.testTarget(
56-
name: "MiniSwiftTests",
57-
dependencies: ["Mini", "TestMiddleware", "NIOConcurrencyHelpers", "RxSwift", "Nimble", "RxTest", "RxBlocking"]
58-
) // dev
55+
// .testTarget(name: "MiniSwiftTests",dependencies: ["Mini", "TestMiddleware", "NIOConcurrencyHelpers", "RxSwift", "Nimble", "RxTest", "RxBlocking"]) // dev
5956
],
6057
swiftLanguageVersions: [.version("4"), .version("4.2"), .version("5")]
6158
)

0 commit comments

Comments
 (0)