Skip to content

Commit c9afb02

Browse files
committed
Use soto-core 7.1.0
1 parent 7d33a9e commit c9afb02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ let package = Package(
417417
.library(name: "SotoXRay", targets: ["SotoXRay"])
418418
],
419419
dependencies: [
420-
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.0.0-rc.1")
420+
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.1.0")
421421
],
422422
targets: [
423423
.target(name: "SotoACM", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ACM", swiftSettings: swiftSettings),

scripts/templates/generate-package/Package.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let package = Package(
3434
{{/targets}}
3535
],
3636
dependencies: [
37-
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.0.0-rc.1")
37+
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.1.0")
3838
],
3939
targets: [
4040
{{#targets}}

0 commit comments

Comments
 (0)