From 0ee997d90a6c8bcecd6b66a08ccca466ee47a212 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Wed, 12 Jan 2022 10:03:14 -0800 Subject: [PATCH] Update Package.swift --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index b0592379..cd69b7ca 100644 --- a/Package.swift +++ b/Package.swift @@ -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"),