From ed00596bed72f93a191ba64fdac76f95ba8f2615 Mon Sep 17 00:00:00 2001 From: Leo Dion Date: Mon, 1 Feb 2021 15:45:45 -0500 Subject: [PATCH] Version 0.2.2 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index cb4d8e5..cf646e2 100644 --- a/Package.swift +++ b/Package.swift @@ -36,13 +36,13 @@ let package = Package( .package(url: "https://github.com/vapor/fluent-sqlite-driver.git", from: "4.0.0"), .package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0"), .package(url: "https://github.com/apple/swift-nio-http2.git", from: "1.16.1"), - // dev - .package(url: "https://github.com/shibapm/Komondor", from: "1.0.6"), // dev - .package(url: "https://github.com/eneko/SourceDocs", from: "1.2.1"), // dev - .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.47.0"), // dev - .package(url: "https://github.com/realm/SwiftLint", from: "0.41.0"), // dev - .package(url: "https://github.com/shibapm/Rocket", .branch("master")), // dev - .package(url: "https://github.com/mattpolzin/swift-test-codecov", .branch("master")) // dev +// // dev +// .package(url: "https://github.com/shibapm/Komondor", from: "1.0.6"), // dev +// .package(url: "https://github.com/eneko/SourceDocs", from: "1.2.1"), // dev +// .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.47.0"), // dev +// .package(url: "https://github.com/realm/SwiftLint", from: "0.41.0"), // dev +// .package(url: "https://github.com/shibapm/Rocket", .branch("master")), // dev +// .package(url: "https://github.com/mattpolzin/swift-test-codecov", .branch("master")) // dev ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.