Skip to content

Commit

Permalink
.git URL
Browse files Browse the repository at this point in the history
  • Loading branch information
omochi committed Sep 15, 2024
1 parent 372bf40 commit ab5ad50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ let package = Package(
.plugin(name: "CodegenKitPlugin", targets: ["CodegenKitPlugin"])
],
dependencies: [
.package(url: "https://github.com/swiftlang/swift-format", "600.0.0"..<"999.0.0"),
.package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"999.0.0"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0")
.package(url: "https://github.com/swiftlang/swift-format.git", "600.0.0"..<"999.0.0"),
.package(url: "https://github.com/swiftlang/swift-syntax.git", "600.0.0"..<"999.0.0"),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0")
],
targets: [
.target(
Expand Down

0 comments on commit ab5ad50

Please sign in to comment.