Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Jun 23, 2022
1 parent 598cc23 commit 1bc1578
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ let package = Package(
.library(name: "Spinetail", targets: ["Spinetail"])
],
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.43.0"), // dev
.package(url: "https://github.com/brightdigit/swift-test-codecov", from: "1.0.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.43.0"), // dev
// .package(url: "https://github.com/brightdigit/swift-test-codecov", from: "1.0.0"), // dev
// .package(url: "https://github.com/shibapm/Rocket", from: "1.2.0"), // dev
.package(url: "https://github.com/brightdigit/Prch.git", from: "0.2.0")
],
targets: [
Expand Down
10 changes: 5 additions & 5 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ let package = Package(
.library(name: "Spinetail", targets: ["Spinetail"])
],
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.43.0"), // dev
.package(url: "https://github.com/brightdigit/swift-test-codecov", from: "1.0.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.43.0"), // dev
// .package(url: "https://github.com/brightdigit/swift-test-codecov", from: "1.0.0"), // dev
// .package(url: "https://github.com/shibapm/Rocket", from: "1.2.0"), // dev
.package(url: "https://github.com/brightdigit/Prch.git", from: "0.2.0")
],
targets: [
Expand Down

0 comments on commit 1bc1578

Please sign in to comment.