We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4290a commit 40db1ccCopy full SHA for 40db1cc
Package.swift
@@ -11,7 +11,7 @@ let package = Package(
11
],
12
dependencies: [
13
.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"),
+ .package(url: "https://github.com/apple/swift-http-types.git", exact: "1.4.0"),
15
16
targets: [
17
.target(
0 commit comments