diff --git a/Package.swift b/Package.swift index 5f51c7d1..f7a1cdb3 100644 --- a/Package.swift +++ b/Package.swift @@ -35,14 +35,14 @@ let package = Package( ], dependencies: [ // Any dependency changes must also be reflected in Generator/Project.swift. - .package(url: "https://github.com/nvzqz/FileKit", exact: "6.1.0"), - .package(url: "https://github.com/kylef/Stencil", exact: "0.15.1"), + .package(url: "https://github.com/nvzqz/FileKit", from: "6.1.0"), + .package(url: "https://github.com/kylef/Stencil", from: "0.15.1"), .package(url: "https://github.com/swiftlang/swift-syntax", "600.1.0"..<"603.0.0"), // .package(url: "https://github.com/swiftlang/swift-format", "600.1.0"..<"603.0.0"), - .package(url: "https://github.com/apple/swift-argument-parser", exact: "1.7.0"), - .package(url: "https://github.com/LebJe/TOMLKit", exact: "0.6.0"), - .package(url: "https://github.com/tuist/XcodeProj", exact: "9.14.0"), - .package(url: "https://github.com/onevcat/Rainbow", exact: "4.2.1"), + .package(url: "https://github.com/apple/swift-argument-parser", from: "1.7.0"), + .package(url: "https://github.com/LebJe/TOMLKit", from: "0.6.0"), + .package(url: "https://github.com/tuist/XcodeProj", from: "9.14.0"), + .package(url: "https://github.com/onevcat/Rainbow", from: "4.2.1"), ], targets: [ .target(