Skip to content

Commit 346db48

Browse files
committed
pref: change dependency
1 parent 2da1ee9 commit 346db48

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Package.swift

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ let package = Package(
2020
.plugin(name: "MetaProtocolCodable", targets: ["MetaProtocolCodable"]),
2121
],
2222
dependencies: [
23-
.package(url: "https://github.com/swiftlang/swift-syntax.git", "509.1.0"..<"602.0.0"),
24-
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.4"),
25-
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
26-
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),
23+
.package(url: "https://github.com/apple/swift-syntax", "601.0.0"..<"999.0.0"),
24+
.package(url: "https://github.com/apple/swift-collections", "1.1.3"..<"99.0.0"),
25+
.package(url: "https://github.com/apple/swift-argument-parser", "1.5.0"..<"99.0.0"),
26+
.package(url: "https://github.com/apple/swift-format", "601.0.0"..<"999.0.0"),
27+
.package(url: "https://github.com/apple/swift-docc-plugin", "1.4.3"..<"99.0.0"),
2728
],
2829
targets: [
2930
// MARK: Core

0 commit comments

Comments
 (0)