Skip to content

Commit a63703c

Browse files
committed
update package to version 6
1 parent 9ac5fa9 commit a63703c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.5
1+
// swift-tools-version:6.0
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
@@ -18,7 +18,7 @@ let package = Package(
1818
.library(name: "Hatch", targets: ["Hatch"]),
1919
],
2020
dependencies: [
21-
.package(name: "swift-syntax", url: "https://github.com/apple/swift-syntax.git", from: "600.0.0")
21+
.package(url: "https://github.com/apple/swift-syntax.git", from: "600.0.0")
2222
],
2323
targets: [
2424
.executableTarget(name: "HatchExample", dependencies: [.target(name: "Hatch")]),

0 commit comments

Comments
 (0)