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 Oct 20, 2022
1 parent 3f6dc4c commit 52b574d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/shibapm/Komondor", from: "1.1.2"), // 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", from: "1.2.0") // dev
// .package(url: "https://github.com/shibapm/Komondor", from: "1.1.2"), // 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", from: "1.2.0") // dev
],
targets: [
.target(
Expand Down

0 comments on commit 52b574d

Please sign in to comment.