Skip to content

Commit

Permalink
Unhide dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Feb 18, 2021
1 parent 473087d commit 8abc3e5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8abc3e5

Please sign in to comment.