Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawright11 committed Jan 12, 2022
1 parent 7f8c3ea commit 0ee997d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ let package = Package(
.package(url: "https://github.com/vapor/mysql-kit", from: "4.1.0"),
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "1.0.0-alpha"),
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0"),
.package(url: "https://github.com/alchemy-swift/papyrus", from: "0.1.0"),
.package(url: "https://github.com/alchemy-swift/fusion", from: "0.1.0"),
.package(url: "https://github.com/alchemy-swift/papyrus", .upToNextMinor(from: "0.1.0")),
.package(url: "https://github.com/alchemy-swift/fusion", .upToNextMinor(from: "0.1.0")),
.package(url: "https://github.com/alchemy-swift/cron.git", from: "2.3.2"),
.package(url: "https://github.com/alchemy-swift/pluralize", from: "1.0.1"),
.package(url: "https://github.com/johnsundell/Plot.git", from: "0.8.0"),
Expand Down

0 comments on commit 0ee997d

Please sign in to comment.