We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac5fa9 commit a63703cCopy full SHA for a63703c
Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version:5.5
+// swift-tools-version:6.0
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
4
import PackageDescription
@@ -18,7 +18,7 @@ let package = Package(
18
.library(name: "Hatch", targets: ["Hatch"]),
19
],
20
dependencies: [
21
- .package(name: "swift-syntax", url: "https://github.com/apple/swift-syntax.git", from: "600.0.0")
+ .package(url: "https://github.com/apple/swift-syntax.git", from: "600.0.0")
22
23
targets: [
24
.executableTarget(name: "HatchExample", dependencies: [.target(name: "Hatch")]),
0 commit comments