Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Nov 30, 2021
1 parent ab45c7f commit 2d4fd07
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/shibapm/Komondor", from: "1.1.2"), // 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.43.0"), // dev
.package(url: "https://github.com/shibapm/Rocket", from: "1.2.1"), // dev
.package(url: "https://github.com/brightdigit/swift-test-codecov", from: "1.0.0") // dev
// .package(url: "https://github.com/shibapm/Komondor", from: "1.1.2"), // 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.43.0"), // dev
// .package(url: "https://github.com/shibapm/Rocket", from: "1.2.1"), // dev
// .package(url: "https://github.com/brightdigit/swift-test-codecov", from: "1.0.0") // dev
],
targets: [
.target(
Expand Down

0 comments on commit 2d4fd07

Please sign in to comment.