Skip to content

Commit 54d6fc6

Browse files
committed
fix #100
1 parent 5ec2627 commit 54d6fc6

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(

Package@swift-5.10.swift

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)