Skip to content

Commit 7eb88f2

Browse files
authored
Use soto-core 7.7.1
1 parent 4cb36ad commit 7eb88f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ let package = Package(
433433
.library(name: "SotoXRay", targets: ["SotoXRay"]),
434434
],
435435
dependencies: [
436-
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.6.0")
436+
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.7.1")
437437
],
438438
targets: [
439439
.target(

0 commit comments

Comments
 (0)