Skip to content

Commit

Permalink
Unhide dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed Dec 21, 2021
1 parent 90b087b commit a315206
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ let package = Package(
.package(url: "https://github.com/shibapm/PackageConfig.git", .upToNextMajor(from: "1.0.1")),
.package(url: "https://github.com/JohnSundell/ShellOut.git", from: "2.1.0"),
// Dev deps
// .package(url: "https://github.com/nicklockwood/SwiftFormat.git", from: "0.35.8"), // dev
// .package(url: "https://github.com/Realm/SwiftLint.git", from: "0.28.1"), // dev
// .package(url: "https://github.com/f-meloni/Rocket", from: "1.2.1"), // dev
.package(url: "https://github.com/nicklockwood/SwiftFormat.git", from: "0.35.8"), // dev
.package(url: "https://github.com/Realm/SwiftLint.git", from: "0.28.1"), // dev
.package(url: "https://github.com/f-meloni/Rocket", from: "1.2.1"), // dev
],
targets: [
.target(
Expand Down

0 comments on commit a315206

Please sign in to comment.