Skip to content

Commit 40db1cc

Browse files
authored
Use HTTP Types v1.4.0 (#99)
HTTP Types introduced a breaking changes in v1.5.0 apple/swift-http-types#107 This PR pin the dependency to v1.4.0
1 parent cd4290a commit 40db1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
],
1212
dependencies: [
1313
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
14-
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.0.0"),
14+
.package(url: "https://github.com/apple/swift-http-types.git", exact: "1.4.0"),
1515
],
1616
targets: [
1717
.target(

0 commit comments

Comments
 (0)