Skip to content

Commit 073a32e

Browse files
committed
Update to soto-core 7.4.0
1 parent beb074d commit 073a32e

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
@@ -431,7 +431,7 @@ let package = Package(
431431
.library(name: "SotoXRay", targets: ["SotoXRay"]),
432432
],
433433
dependencies: [
434-
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.3.0")
434+
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.4.0")
435435
],
436436
targets: [
437437
.target(

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.3.0")
37+
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.4.0")
3838
],
3939
targets: [
4040
{{#targets}}

0 commit comments

Comments
 (0)