Skip to content

Commit c210d53

Browse files
committed
soto-core v7.2.0
1 parent b81781b commit c210d53

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
@@ -422,7 +422,7 @@ let package = Package(
422422
.library(name: "SotoXRay", targets: ["SotoXRay"])
423423
],
424424
dependencies: [
425-
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.1.0")
425+
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.2.0")
426426
],
427427
targets: [
428428
.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.1.0")
37+
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.2.0")
3838
],
3939
targets: [
4040
{{#targets}}

0 commit comments

Comments
 (0)