Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 6f5d0ff

Browse files
FIX: Update Package.swift dependencies
1 parent b54179b commit 6f5d0ff

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Examples/HTTPSRequest/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ let package = Package(
77
name: "HTTPSRequest",
88
dependencies: [
99
// Dependencies declare other packages that this package depends on.
10-
.package(path: "../../../aws-lambda-swift-sprinter-nio-plugin"),
11-
//.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-nio-plugin", from: "1.0.0")
10+
//.package(path: "../../../aws-lambda-swift-sprinter-nio-plugin"),
11+
.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-nio-plugin", from: "1.0.0")
1212
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
1313
],
1414
targets: [

Examples/HelloWorld/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ let package = Package(
77
name: "HelloWorld",
88
dependencies: [
99
// Dependencies declare other packages that this package depends on.
10-
.package(path: "../../../aws-lambda-swift-sprinter-core"),
11-
//.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core", from: "1.0.0")
10+
//.package(path: "../../../aws-lambda-swift-sprinter-core"),
11+
.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core", from: "1.0.0")
1212
],
1313
targets: [
1414
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Examples/S3Test/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ let package = Package(
77
dependencies: [
88
// Dependencies declare other packages that this package depends on.
99
// .package(url: /* package url */, from: "1.0.0"),
10-
.package(path: "../../../aws-lambda-swift-sprinter-core"),
11-
//.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core", from: "1.0.0")
10+
//.package(path: "../../../aws-lambda-swift-sprinter-core"),
11+
.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core", from: "1.0.0")
1212
.package(url: "https://github.com/swift-aws/aws-sdk-swift.git", .branch("nio2.0")),
1313
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
1414
],

0 commit comments

Comments
 (0)