Skip to content

Commit 213b75d

Browse files
authored
Fix #100 (#105)
Use `swift-http-types` version 1.5.1 or more recent
1 parent 5ec2627 commit 213b75d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ let package = Package(
1010
.library(name: "AWSLambdaEvents", targets: ["AWSLambdaEvents"])
1111
],
1212
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", exact: "1.4.0"),
13+
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.5.1")
1514
],
1615
targets: [
1716
.target(

[email protected]

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ let package = Package(
1111
.library(name: "AWSLambdaEvents", targets: ["AWSLambdaEvents"])
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
15-
.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", from: "1.5.1")
1615
],
1716
targets: [
1817
.target(

0 commit comments

Comments
 (0)