Skip to content

Commit 355462f

Browse files
authored
Use soto-core v7.8.0
1 parent 1f7fd0f commit 355462f

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
@@ -440,7 +440,7 @@ let package = Package(
440440
.library(name: "SotoXRay", targets: ["SotoXRay"]),
441441
],
442442
dependencies: [
443-
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.6.0")
443+
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.8.0")
444444
],
445445
targets: [
446446
.target(

0 commit comments

Comments
 (0)